Html Css Color HEX #D29915 Gamboge

📋 copy color: '#D29915'

red 210 ◦ green 153 ◦ blue 21

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

Shades of Gamboge #D29915

Tints of Gamboge #D29915

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.84%

 BLUE value IS 21 (8.59% from 255) = 5.47%

R = 54.69%
G = 39.84%
B = 5.47%

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

#D29915 (or 0xD29915) is known color: Gamboge. HEX triplet: D2, 99 and 15. RGB value is (210,153,21). Sum of RGB (Red+Green+Blue) = 210+153+21=384 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.69% from 384); Green value is 153 (60.16% from 255 or 39.84% from 384); Blue value is 21 (8.59% from 255 or 5.47% from 384); Max value from RGB is 210 - color contains mainly: red. Hex color #D29915 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29915 is #2D66EA. Grayscale: #9B9B9B. Windows color (decimal): -2975467 or 1415634. OLE color: 1415634.

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

Color convert

RGB 210 153 21 -
CMYK 0 0.27 0.90 0.18
HSL 41.9º 0.82% 0.45% -
HSV(B) 41.9º 0.9% 0.82% -
XYZ 38.1 36.54 5.75 -
YUV 155 52.38 167.23 -
System Red Green Blue C M Y K H S L
Decimal 210 153 21 0 0.27 0.90 0.18 41.9 0.82 0.45
Hex D2 99 15 0 1B 5A 12 2A 52 2D
Octal 322 231 25 0 33 132 22 52 122 55
Binary 11010010 10011001 10101 0 11011 1011010 10010 101010 1010010 101101

Color Harmonies of #D29915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29915

Black with #D29915

Text Example


Text Example

White with #D29915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29915; }

 p { color: rgb(210,153,21); }

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

background-color css

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

 a { background-color: rgb(210,153,21); }

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

border-color css

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

 span { border-color: rgb(210,153,21); }

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