Html Css Color HEX #DDAF00 Gamboge

📋 copy color: '#DDAF00'

red 221 ◦ green 175 ◦ blue 0

#DDAF00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gamboge #DDAF00

Tints of Gamboge #DDAF00

RGB

 RED value IS 221 (86.72% from 255) = 55.81%

 GREEN value IS 175 (68.75% from 255) = 44.19%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.81%
G = 44.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DDAF00 (or 0xDDAF00) is known color: Gamboge. HEX triplet: DD, AF and 00. RGB value is (221,175,0). Sum of RGB (Red+Green+Blue) = 221+175+0=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 175 (68.75% from 255 or 44.19% from 396); Blue value is 0 (0.39% from 255 or 0% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAF00 is #2250FF. Grayscale: #A9A9A9. Windows color (decimal): -2248960 or 45021. OLE color: 45021.

HSL color Cylindrical-coordinate representation of color #DDAF00: hue angle of 47.51º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DDAF00 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 175 0 -
CMYK 0 0.21 1 0.13
HSL 47.51º 1% 0.43% -
HSV(B) 47.51º 1% 0.87% -
XYZ 45.15 46.03 6.51 -
YUV 168.8 32.74 165.23 -
System Red Green Blue C M Y K H S L
Decimal 221 175 0 0 0.21 1 0.13 47.51 1 0.43
Hex DD AF 0 0 15 64 D 30 64 2B
Octal 335 257 0 0 25 144 15 60 144 53
Binary 11011101 10101111 0 0 10101 1100100 1101 110000 1100100 101011

Color Harmonies of #DDAF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAF00

Black with #DDAF00

Text Example


Text Example

White with #DDAF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAF00; }

 p { color: rgb(221,175,0); }

 H1.HeaderClassName
 {
   color: #DDAF00;
 }
 .AnyTagClassName
 {
   color: #DDAF00;
 }
</style>

background-color css

<style>
 a { background-color: #DDAF00; }

 a { background-color: rgb(221,175,0); }

 div.DivClassName
 {
   background-color: #DDAF00;
 }
 .BgClassName
 {
   background-color: #DDAF00;
 }
</style>

border-color css

<style>
 span { border-color: #DDAF00; }

 span { border-color: rgb(221,175,0); }

 td.TdClassName
 {
   border-color: #DDAF00;
 }
 .TagClassName
 {
   border-color: #DDAF00;
 }
</style>