Html Css Color HEX #D29E0B Gamboge

📋 copy color: '#D29E0B'

red 210 ◦ green 158 ◦ blue 11

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

Shades of Gamboge #D29E0B

Tints of Gamboge #D29E0B

RGB

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

 GREEN value IS 158 (62.11% from 255) = 41.69%

 BLUE value IS 11 (4.69% from 255) = 2.9%

R = 55.41%
G = 41.69%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D29E0B (or 0xD29E0B) is known color: Gamboge. HEX triplet: D2, 9E and 0B. RGB value is (210,158,11). Sum of RGB (Red+Green+Blue) = 210+158+11=379 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.41% from 379); Green value is 158 (62.11% from 255 or 41.69% from 379); Blue value is 11 (4.69% from 255 or 2.90% from 379); Max value from RGB is 210 - color contains mainly: red. Hex color #D29E0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29E0B is #2D61F4. Grayscale: #9D9D9D. Windows color (decimal): -2974197 or 761554. OLE color: 761554.

HSL color Cylindrical-coordinate representation of color #D29E0B: hue angle of 44.32º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D29E0B is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 158 11 -
CMYK 0 0.25 0.95 0.18
HSL 44.32º 0.9% 0.43% -
HSV(B) 44.32º 0.95% 0.82% -
XYZ 38.87 38.18 5.64 -
YUV 156.79 45.73 165.95 -
System Red Green Blue C M Y K H S L
Decimal 210 158 11 0 0.25 0.95 0.18 44.32 0.9 0.43
Hex D2 9E B 0 19 5F 12 2C 5A 2B
Octal 322 236 13 0 31 137 22 54 132 53
Binary 11010010 10011110 1011 0 11001 1011111 10010 101100 1011010 101011

Color Harmonies of #D29E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29E0B

Black with #D29E0B

Text Example


Text Example

White with #D29E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29E0B; }

 p { color: rgb(210,158,11); }

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

background-color css

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

 a { background-color: rgb(210,158,11); }

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

border-color css

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

 span { border-color: rgb(210,158,11); }

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