Html Css Color HEX #D29A14 Gamboge

📋 copy color: '#D29A14'

red 210 ◦ green 154 ◦ blue 20

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

Shades of Gamboge #D29A14

Tints of Gamboge #D29A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.21%

R = 54.69%
G = 40.1%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D29A14 (or 0xD29A14) is known color: Gamboge. HEX triplet: D2, 9A and 14. RGB value is (210,154,20). Sum of RGB (Red+Green+Blue) = 210+154+20=384 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.69% from 384); Green value is 154 (60.55% from 255 or 40.10% from 384); Blue value is 20 (8.20% from 255 or 5.21% from 384); Max value from RGB is 210 - color contains mainly: red. Hex color #D29A14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29A14 is #2D65EB. Grayscale: #9C9C9C. Windows color (decimal): -2975212 or 1350354. OLE color: 1350354.

HSL color Cylindrical-coordinate representation of color #D29A14: hue angle of 42.32º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D29A14 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 154 20 -
CMYK 0 0.27 0.90 0.18
HSL 42.32º 0.83% 0.45% -
HSV(B) 42.32º 0.9% 0.82% -
XYZ 38.26 36.86 5.76 -
YUV 155.47 51.55 166.9 -
System Red Green Blue C M Y K H S L
Decimal 210 154 20 0 0.27 0.90 0.18 42.32 0.83 0.45
Hex D2 9A 14 0 1B 5A 12 2A 53 2D
Octal 322 232 24 0 33 132 22 52 123 55
Binary 11010010 10011010 10100 0 11011 1011010 10010 101010 1010011 101101

Color Harmonies of #D29A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29A14

Black with #D29A14

Text Example


Text Example

White with #D29A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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