Html Css Color HEX #D29813 Gamboge

📋 copy color: '#D29813'

red 210 ◦ green 152 ◦ blue 19

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

Shades of Gamboge #D29813

Tints of Gamboge #D29813

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.9%

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

R = 55.12%
G = 39.9%
B = 4.99%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D29813 (or 0xD29813) is known color: Gamboge. HEX triplet: D2, 98 and 13. RGB value is (210,152,19). Sum of RGB (Red+Green+Blue) = 210+152+19=381 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.12% from 381); Green value is 152 (59.77% from 255 or 39.90% from 381); Blue value is 19 (7.81% from 255 or 4.99% from 381); Max value from RGB is 210 - color contains mainly: red. Hex color #D29813 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29813 is #2D67EC. Grayscale: #9A9A9A. Windows color (decimal): -2975725 or 1284306. OLE color: 1284306.

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

Color convert

RGB 210 152 19 -
CMYK 0 0.28 0.91 0.18
HSL 41.78º 0.83% 0.45% -
HSV(B) 41.78º 0.91% 0.82% -
XYZ 37.92 36.21 5.61 -
YUV 154.18 51.72 167.81 -
System Red Green Blue C M Y K H S L
Decimal 210 152 19 0 0.28 0.91 0.18 41.78 0.83 0.45
Hex D2 98 13 0 1C 5B 12 2A 53 2D
Octal 322 230 23 0 34 133 22 52 123 55
Binary 11010010 10011000 10011 0 11100 1011011 10010 101010 1010011 101101

Color Harmonies of #D29813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29813

Black with #D29813

Text Example


Text Example

White with #D29813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29813; }

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

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

background-color css

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

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

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

border-color css

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

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

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