Html Css Color HEX #D29D03 Gamboge

📋 copy color: '#D29D03'

red 210 ◦ green 157 ◦ blue 3

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

Shades of Gamboge #D29D03

Tints of Gamboge #D29D03

RGB

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

 GREEN value IS 157 (61.72% from 255) = 42.43%

 BLUE value IS 3 (1.56% from 255) = 0.81%

R = 56.76%
G = 42.43%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D29D03 (or 0xD29D03) is known color: Gamboge. HEX triplet: D2, 9D and 03. RGB value is (210,157,3). Sum of RGB (Red+Green+Blue) = 210+157+3=370 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.76% from 370); Green value is 157 (61.72% from 255 or 42.43% from 370); Blue value is 3 (1.56% from 255 or 0.81% from 370); Max value from RGB is 210 - color contains mainly: red. Hex color #D29D03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29D03 is #2D62FC. Grayscale: #9B9B9B. Windows color (decimal): -2974461 or 237010. OLE color: 237010.

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

Color convert

RGB 210 157 3 -
CMYK 0 0.25 0.99 0.18
HSL 44.64º 0.97% 0.42% -
HSV(B) 44.64º 0.99% 0.82% -
XYZ 38.65 37.82 5.35 -
YUV 155.29 42.06 167.02 -
System Red Green Blue C M Y K H S L
Decimal 210 157 3 0 0.25 0.99 0.18 44.64 0.97 0.42
Hex D2 9D 3 0 19 63 12 2D 61 2A
Octal 322 235 3 0 31 143 22 55 141 52
Binary 11010010 10011101 11 0 11001 1100011 10010 101101 1100001 101010

Color Harmonies of #D29D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29D03

Black with #D29D03

Text Example


Text Example

White with #D29D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29D03; }

 p { color: rgb(210,157,3); }

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

background-color css

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

 a { background-color: rgb(210,157,3); }

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

border-color css

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

 span { border-color: rgb(210,157,3); }

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