Html Css Color HEX #DDAF04 Gamboge

📋 copy color: '#DDAF04'

red 221 ◦ green 175 ◦ blue 4

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

Shades of Gamboge #DDAF04

Tints of Gamboge #DDAF04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1%

R = 55.25%
G = 43.75%
B = 1%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DDAF04 (or 0xDDAF04) is known color: Gamboge. HEX triplet: DD, AF and 04. RGB value is (221,175,4). Sum of RGB (Red+Green+Blue) = 221+175+4=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 175 (68.75% from 255 or 43.75% from 400); Blue value is 4 (1.95% from 255 or 1% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAF04 is #2250FB. Grayscale: #A9A9A9. Windows color (decimal): -2248956 or 307165. OLE color: 307165.

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

Color convert

RGB 221 175 4 -
CMYK 0 0.21 0.98 0.13
HSL 47.28º 0.96% 0.44% -
HSV(B) 47.28º 0.98% 0.87% -
XYZ 45.17 46.04 6.62 -
YUV 169.26 34.74 164.9 -
System Red Green Blue C M Y K H S L
Decimal 221 175 4 0 0.21 0.98 0.13 47.28 0.96 0.44
Hex DD AF 4 0 15 62 D 2F 60 2C
Octal 335 257 4 0 25 142 15 57 140 54
Binary 11011101 10101111 100 0 10101 1100010 1101 101111 1100000 101100

Color Harmonies of #DDAF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAF04

Black with #DDAF04

Text Example


Text Example

White with #DDAF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAF04; }

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

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

background-color css

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

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

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

border-color css

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

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

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