Html Css Color HEX #D09202 Gamboge

📋 copy color: '#D09202'

red 208 ◦ green 146 ◦ blue 2

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

Shades of Gamboge #D09202

Tints of Gamboge #D09202

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.01%

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

R = 58.43%
G = 41.01%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D09202 (or 0xD09202) is known color: Gamboge. HEX triplet: D0, 92 and 02. RGB value is (208,146,2). Sum of RGB (Red+Green+Blue) = 208+146+2=356 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.43% from 356); Green value is 146 (57.42% from 255 or 41.01% from 356); Blue value is 2 (1.17% from 255 or 0.56% from 356); Max value from RGB is 208 - color contains mainly: red. Hex color #D09202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09202 is #2F6DFD. Grayscale: #949494. Windows color (decimal): -3108350 or 168656. OLE color: 168656.

HSL color Cylindrical-coordinate representation of color #D09202: hue angle of 41.94º 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 #D09202 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 146 2 -
CMYK 0 0.30 0.99 0.18
HSL 41.94º 0.98% 0.41% -
HSV(B) 41.94º 0.99% 0.82% -
XYZ 36.3 33.97 4.7 -
YUV 148.12 45.54 170.71 -
System Red Green Blue C M Y K H S L
Decimal 208 146 2 0 0.30 0.99 0.18 41.94 0.98 0.41
Hex D0 92 2 0 1E 63 12 2A 62 29
Octal 320 222 2 0 36 143 22 52 142 51
Binary 11010000 10010010 10 0 11110 1100011 10010 101010 1100010 101001

Color Harmonies of #D09202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09202

Black with #D09202

Text Example


Text Example

White with #D09202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09202; }

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

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

background-color css

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

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

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

border-color css

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

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

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