Html Css Color HEX #DDAF07 Gamboge

📋 copy color: '#DDAF07'

red 221 ◦ green 175 ◦ blue 7

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

Shades of Gamboge #DDAF07

Tints of Gamboge #DDAF07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.74%

R = 54.84%
G = 43.42%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DDAF07 (or 0xDDAF07) is known color: Gamboge. HEX triplet: DD, AF and 07. RGB value is (221,175,7). Sum of RGB (Red+Green+Blue) = 221+175+7=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 175 (68.75% from 255 or 43.42% from 403); Blue value is 7 (3.12% from 255 or 1.74% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAF07 is #2250F8. Grayscale: #AAAAAA. Windows color (decimal): -2248953 or 503773. OLE color: 503773.

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

Color convert

RGB 221 175 7 -
CMYK 0 0.21 0.97 0.13
HSL 47.1º 0.94% 0.45% -
HSV(B) 47.1º 0.97% 0.87% -
XYZ 45.19 46.05 6.71 -
YUV 169.6 36.24 164.66 -
System Red Green Blue C M Y K H S L
Decimal 221 175 7 0 0.21 0.97 0.13 47.1 0.94 0.45
Hex DD AF 7 0 15 61 D 2F 5E 2D
Octal 335 257 7 0 25 141 15 57 136 55
Binary 11011101 10101111 111 0 10101 1100001 1101 101111 1011110 101101

Color Harmonies of #DDAF07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAF07

Black with #DDAF07

Text Example


Text Example

White with #DDAF07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAF07; }

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

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

background-color css

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

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

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

border-color css

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

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

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