Html Css Color HEX #D29001 Gamboge

📋 copy color: '#D29001'

red 210 ◦ green 144 ◦ blue 1

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

Shades of Gamboge #D29001

Tints of Gamboge #D29001

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.56%

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 59.15%
G = 40.56%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#D29001 (or 0xD29001) is known color: Gamboge. HEX triplet: D2, 90 and 01. RGB value is (210,144,1). Sum of RGB (Red+Green+Blue) = 210+144+1=355 (47% of max value = 765). Red value is 210 (82.42% from 255 or 59.15% from 355); Green value is 144 (56.64% from 255 or 40.56% from 355); Blue value is 1 (0.78% from 255 or 0.28% from 355); Max value from RGB is 210 - color contains mainly: red. Hex color #D29001 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29001 is #2D6FFE. Grayscale: #949494. Windows color (decimal): -2977791 or 102610. OLE color: 102610.

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

Color convert

RGB 210 144 1 -
CMYK 0 0.31 1.00 0.18
HSL 41.05º 0.99% 0.41% -
HSV(B) 41.05º 1% 0.82% -
XYZ 36.56 33.65 4.6 -
YUV 147.43 45.37 172.63 -
System Red Green Blue C M Y K H S L
Decimal 210 144 1 0 0.31 1.00 0.18 41.05 0.99 0.41
Hex D2 90 1 0 1F 64 12 29 63 29
Octal 322 220 1 0 37 144 22 51 143 51
Binary 11010010 10010000 1 0 11111 1100100 10010 101001 1100011 101001

Color Harmonies of #D29001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29001

Black with #D29001

Text Example


Text Example

White with #D29001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29001; }

 p { color: rgb(210,144,1); }

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

background-color css

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

 a { background-color: rgb(210,144,1); }

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

border-color css

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

 span { border-color: rgb(210,144,1); }

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