Html Css Color HEX #D29013 Gamboge

📋 copy color: '#D29013'

red 210 ◦ green 144 ◦ blue 19

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

Shades of Gamboge #D29013

Tints of Gamboge #D29013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.09%

R = 56.3%
G = 38.61%
B = 5.09%

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

#D29013 (or 0xD29013) is known color: Gamboge. HEX triplet: D2, 90 and 13. RGB value is (210,144,19). Sum of RGB (Red+Green+Blue) = 210+144+19=373 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.30% from 373); Green value is 144 (56.64% from 255 or 38.61% from 373); Blue value is 19 (7.81% from 255 or 5.09% from 373); Max value from RGB is 210 - color contains mainly: red. Hex color #D29013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29013 is #2D6FEC. Grayscale: #969696. Windows color (decimal): -2977773 or 1282258. OLE color: 1282258.

HSL color Cylindrical-coordinate representation of color #D29013: hue angle of 39.27º degrees, saturation: 0.83, 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 #D29013 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 144 19 -
CMYK 0 0.31 0.91 0.18
HSL 39.27º 0.83% 0.45% -
HSV(B) 39.27º 0.91% 0.82% -
XYZ 36.67 33.7 5.19 -
YUV 149.48 54.37 171.16 -
System Red Green Blue C M Y K H S L
Decimal 210 144 19 0 0.31 0.91 0.18 39.27 0.83 0.45
Hex D2 90 13 0 1F 5B 12 27 53 2D
Octal 322 220 23 0 37 133 22 47 123 55
Binary 11010010 10010000 10011 0 11111 1011011 10010 100111 1010011 101101

Color Harmonies of #D29013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29013

Black with #D29013

Text Example


Text Example

White with #D29013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29013; }

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

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

background-color css

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

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

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

border-color css

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

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

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