Html Css Color HEX #D29012 Gamboge

📋 copy color: '#D29012'

red 210 ◦ green 144 ◦ blue 18

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

Shades of Gamboge #D29012

Tints of Gamboge #D29012

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.71%

 BLUE value IS 18 (7.42% from 255) = 4.84%

R = 56.45%
G = 38.71%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D29012 (or 0xD29012) is known color: Gamboge. HEX triplet: D2, 90 and 12. RGB value is (210,144,18). Sum of RGB (Red+Green+Blue) = 210+144+18=372 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.45% from 372); Green value is 144 (56.64% from 255 or 38.71% from 372); Blue value is 18 (7.42% from 255 or 4.84% from 372); Max value from RGB is 210 - color contains mainly: red. Hex color #D29012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29012 is #2D6FED. Grayscale: #959595. Windows color (decimal): -2977774 or 1216722. OLE color: 1216722.

HSL color Cylindrical-coordinate representation of color #D29012: hue angle of 39.38º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D29012 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 144 18 -
CMYK 0 0.31 0.91 0.18
HSL 39.38º 0.84% 0.45% -
HSV(B) 39.38º 0.91% 0.82% -
XYZ 36.66 33.69 5.14 -
YUV 149.37 53.87 171.25 -
System Red Green Blue C M Y K H S L
Decimal 210 144 18 0 0.31 0.91 0.18 39.38 0.84 0.45
Hex D2 90 12 0 1F 5B 12 27 54 2D
Octal 322 220 22 0 37 133 22 47 124 55
Binary 11010010 10010000 10010 0 11111 1011011 10010 100111 1010100 101101

Color Harmonies of #D29012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29012

Black with #D29012

Text Example


Text Example

White with #D29012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29012; }

 p { color: rgb(210,144,18); }

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

background-color css

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

 a { background-color: rgb(210,144,18); }

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

border-color css

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

 span { border-color: rgb(210,144,18); }

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