Html Css Color HEX #D29B00 Gamboge

📋 copy color: '#D29B00'

red 210 ◦ green 155 ◦ blue 0

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

Shades of Gamboge #D29B00

Tints of Gamboge #D29B00

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.47%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.53%
G = 42.47%
B = 0%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D29B00 (or 0xD29B00) is known color: Gamboge. HEX triplet: D2, 9B and 00. RGB value is (210,155,0). Sum of RGB (Red+Green+Blue) = 210+155+0=365 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.53% from 365); Green value is 155 (60.94% from 255 or 42.47% from 365); Blue value is 0 (0.39% from 255 or 0% from 365); Max value from RGB is 210 - color contains mainly: red. Hex color #D29B00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29B00 is #2D64FF. Grayscale: #9A9A9A. Windows color (decimal): -2974976 or 39890. OLE color: 39890.

HSL color Cylindrical-coordinate representation of color #D29B00: hue angle of 44.29º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D29B00 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 155 0 -
CMYK 0 0.26 1 0.18
HSL 44.29º 1% 0.41% -
HSV(B) 44.29º 1% 0.82% -
XYZ 38.3 37.14 5.15 -
YUV 153.78 41.22 168.1 -
System Red Green Blue C M Y K H S L
Decimal 210 155 0 0 0.26 1 0.18 44.29 1 0.41
Hex D2 9B 0 0 1A 64 12 2C 64 29
Octal 322 233 0 0 32 144 22 54 144 51
Binary 11010010 10011011 0 0 11010 1100100 10010 101100 1100100 101001

Color Harmonies of #D29B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29B00

Black with #D29B00

Text Example


Text Example

White with #D29B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29B00; }

 p { color: rgb(210,155,0); }

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

background-color css

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

 a { background-color: rgb(210,155,0); }

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

border-color css

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

 span { border-color: rgb(210,155,0); }

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