Html Css Color HEX #D29007 Gamboge

📋 copy color: '#D29007'

red 210 ◦ green 144 ◦ blue 7

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

Shades of Gamboge #D29007

Tints of Gamboge #D29007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.94%

R = 58.17%
G = 39.89%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D29007 (or 0xD29007) is known color: Gamboge. HEX triplet: D2, 90 and 07. RGB value is (210,144,7). Sum of RGB (Red+Green+Blue) = 210+144+7=361 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.17% from 361); Green value is 144 (56.64% from 255 or 39.89% from 361); Blue value is 7 (3.12% from 255 or 1.94% from 361); Max value from RGB is 210 - color contains mainly: red. Hex color #D29007 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29007 is #2D6FF8. Grayscale: #949494. Windows color (decimal): -2977785 or 495826. OLE color: 495826.

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

Color convert

RGB 210 144 7 -
CMYK 0 0.31 0.97 0.18
HSL 40.49º 0.94% 0.43% -
HSV(B) 40.49º 0.97% 0.82% -
XYZ 36.59 33.66 4.77 -
YUV 148.12 48.37 172.14 -
System Red Green Blue C M Y K H S L
Decimal 210 144 7 0 0.31 0.97 0.18 40.49 0.94 0.43
Hex D2 90 7 0 1F 61 12 28 5E 2B
Octal 322 220 7 0 37 141 22 50 136 53
Binary 11010010 10010000 111 0 11111 1100001 10010 101000 1011110 101011

Color Harmonies of #D29007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29007

Black with #D29007

Text Example


Text Example

White with #D29007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29007; }

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

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

background-color css

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

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

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

border-color css

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

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

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