Html Css Color HEX #D09A02 Gamboge

📋 copy color: '#D09A02'

red 208 ◦ green 154 ◦ blue 2

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

Shades of Gamboge #D09A02

Tints of Gamboge #D09A02

RGB

 RED value IS 208 (81.64% from 255) = 57.14%

 GREEN value IS 154 (60.55% from 255) = 42.31%

 BLUE value IS 2 (1.17% from 255) = 0.55%

R = 57.14%
G = 42.31%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D09A02 (or 0xD09A02) is known color: Gamboge. HEX triplet: D0, 9A and 02. RGB value is (208,154,2). Sum of RGB (Red+Green+Blue) = 208+154+2=364 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.14% from 364); Green value is 154 (60.55% from 255 or 42.31% from 364); Blue value is 2 (1.17% from 255 or 0.55% from 364); Max value from RGB is 208 - color contains mainly: red. Hex color #D09A02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09A02 is #2F65FD. Grayscale: #999999. Windows color (decimal): -3106302 or 170704. OLE color: 170704.

HSL color Cylindrical-coordinate representation of color #D09A02: hue angle of 44.27º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D09A02 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 154 2 -
CMYK 0 0.26 0.99 0.18
HSL 44.27º 0.98% 0.41% -
HSV(B) 44.27º 0.99% 0.82% -
XYZ 37.58 36.53 5.13 -
YUV 152.82 42.89 167.36 -
System Red Green Blue C M Y K H S L
Decimal 208 154 2 0 0.26 0.99 0.18 44.27 0.98 0.41
Hex D0 9A 2 0 1A 63 12 2C 62 29
Octal 320 232 2 0 32 143 22 54 142 51
Binary 11010000 10011010 10 0 11010 1100011 10010 101100 1100010 101001

Color Harmonies of #D09A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09A02

Black with #D09A02

Text Example


Text Example

White with #D09A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09A02; }

 p { color: rgb(208,154,2); }

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

background-color css

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

 a { background-color: rgb(208,154,2); }

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

border-color css

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

 span { border-color: rgb(208,154,2); }

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