Html Css Color HEX #D29A0D Gamboge

📋 copy color: '#D29A0D'

red 210 ◦ green 154 ◦ blue 13

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

Shades of Gamboge #D29A0D

Tints of Gamboge #D29A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.45%

R = 55.7%
G = 40.85%
B = 3.45%

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

#D29A0D (or 0xD29A0D) is known color: Gamboge. HEX triplet: D2, 9A and 0D. RGB value is (210,154,13). Sum of RGB (Red+Green+Blue) = 210+154+13=377 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.70% from 377); Green value is 154 (60.55% from 255 or 40.85% from 377); Blue value is 13 (5.47% from 255 or 3.45% from 377); Max value from RGB is 210 - color contains mainly: red. Hex color #D29A0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29A0D is #2D65F2. Grayscale: #9B9B9B. Windows color (decimal): -2975219 or 891602. OLE color: 891602.

HSL color Cylindrical-coordinate representation of color #D29A0D: hue angle of 42.94º degrees, saturation: 0.88, 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 #D29A0D is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 154 13 -
CMYK 0 0.27 0.94 0.18
HSL 42.94º 0.88% 0.44% -
HSV(B) 42.94º 0.94% 0.82% -
XYZ 38.21 36.84 5.48 -
YUV 154.67 48.05 167.46 -
System Red Green Blue C M Y K H S L
Decimal 210 154 13 0 0.27 0.94 0.18 42.94 0.88 0.44
Hex D2 9A D 0 1B 5E 12 2B 58 2C
Octal 322 232 15 0 33 136 22 53 130 54
Binary 11010010 10011010 1101 0 11011 1011110 10010 101011 1011000 101100

Color Harmonies of #D29A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29A0D

Black with #D29A0D

Text Example


Text Example

White with #D29A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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