Html Css Color HEX #D29A0C Gamboge

📋 copy color: '#D29A0C'

red 210 ◦ green 154 ◦ blue 12

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

Shades of Gamboge #D29A0C

Tints of Gamboge #D29A0C

RGB

 RED value IS 210 (82.42% from 255) = 55.85%

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

 BLUE value IS 12 (5.08% from 255) = 3.19%

R = 55.85%
G = 40.96%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D29A0C (or 0xD29A0C) is known color: Gamboge. HEX triplet: D2, 9A and 0C. RGB value is (210,154,12). Sum of RGB (Red+Green+Blue) = 210+154+12=376 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.85% from 376); Green value is 154 (60.55% from 255 or 40.96% from 376); Blue value is 12 (5.08% from 255 or 3.19% from 376); Max value from RGB is 210 - color contains mainly: red. Hex color #D29A0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29A0C is #2D65F3. Grayscale: #9B9B9B. Windows color (decimal): -2975220 or 826066. OLE color: 826066.

HSL color Cylindrical-coordinate representation of color #D29A0C: hue angle of 43.03º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D29A0C is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 154 12 -
CMYK 0 0.27 0.94 0.18
HSL 43.03º 0.89% 0.44% -
HSV(B) 43.03º 0.94% 0.82% -
XYZ 38.2 36.84 5.45 -
YUV 154.56 47.55 167.55 -
System Red Green Blue C M Y K H S L
Decimal 210 154 12 0 0.27 0.94 0.18 43.03 0.89 0.44
Hex D2 9A C 0 1B 5E 12 2B 59 2C
Octal 322 232 14 0 33 136 22 53 131 54
Binary 11010010 10011010 1100 0 11011 1011110 10010 101011 1011001 101100

Color Harmonies of #D29A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29A0C

Black with #D29A0C

Text Example


Text Example

White with #D29A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29A0C; }

 p { color: rgb(210,154,12); }

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

background-color css

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

 a { background-color: rgb(210,154,12); }

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

border-color css

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

 span { border-color: rgb(210,154,12); }

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