Html Css Color HEX #D29301 Gamboge

📋 copy color: '#D29301'

red 210 ◦ green 147 ◦ blue 1

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

Shades of Gamboge #D29301

Tints of Gamboge #D29301

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.06%

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

R = 58.66%
G = 41.06%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#D29301 (or 0xD29301) is known color: Gamboge. HEX triplet: D2, 93 and 01. RGB value is (210,147,1). Sum of RGB (Red+Green+Blue) = 210+147+1=358 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.66% from 358); Green value is 147 (57.81% from 255 or 41.06% from 358); Blue value is 1 (0.78% from 255 or 0.28% from 358); Max value from RGB is 210 - color contains mainly: red. Hex color #D29301 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29301 is #2D6CFE. Grayscale: #959595. Windows color (decimal): -2977023 or 103378. OLE color: 103378.

HSL color Cylindrical-coordinate representation of color #D29301: hue angle of 41.91º 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 #D29301 is Cyan = 0, Magento = 0.30, Yellow = 1.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 147 1 -
CMYK 0 0.30 1.00 0.18
HSL 41.91º 0.99% 0.41% -
HSV(B) 41.91º 1% 0.82% -
XYZ 37.02 34.57 4.75 -
YUV 149.19 44.37 171.37 -
System Red Green Blue C M Y K H S L
Decimal 210 147 1 0 0.30 1.00 0.18 41.91 0.99 0.41
Hex D2 93 1 0 1E 64 12 2A 63 29
Octal 322 223 1 0 36 144 22 52 143 51
Binary 11010010 10010011 1 0 11110 1100100 10010 101010 1100011 101001

Color Harmonies of #D29301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29301

Black with #D29301

Text Example


Text Example

White with #D29301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29301; }

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

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

background-color css

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

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

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

border-color css

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

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

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