Html Css Color HEX #D29402 Gamboge

📋 copy color: '#D29402'

red 210 ◦ green 148 ◦ blue 2

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

Shades of Gamboge #D29402

Tints of Gamboge #D29402

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.11%

 BLUE value IS 2 (1.17% from 255) = 0.56%

R = 58.33%
G = 41.11%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D29402 (or 0xD29402) is known color: Gamboge. HEX triplet: D2, 94 and 02. RGB value is (210,148,2). Sum of RGB (Red+Green+Blue) = 210+148+2=360 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.33% from 360); Green value is 148 (58.20% from 255 or 41.11% from 360); Blue value is 2 (1.17% from 255 or 0.56% from 360); Max value from RGB is 210 - color contains mainly: red. Hex color #D29402 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29402 is #2D6BFD. Grayscale: #969696. Windows color (decimal): -2976766 or 169170. OLE color: 169170.

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

Color convert

RGB 210 148 2 -
CMYK 0 0.30 0.99 0.18
HSL 42.12º 0.98% 0.42% -
HSV(B) 42.12º 0.99% 0.82% -
XYZ 37.18 34.89 4.83 -
YUV 149.89 44.54 170.87 -
System Red Green Blue C M Y K H S L
Decimal 210 148 2 0 0.30 0.99 0.18 42.12 0.98 0.42
Hex D2 94 2 0 1E 63 12 2A 62 2A
Octal 322 224 2 0 36 143 22 52 142 52
Binary 11010010 10010100 10 0 11110 1100011 10010 101010 1100010 101010

Color Harmonies of #D29402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29402

Black with #D29402

Text Example


Text Example

White with #D29402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29402; }

 p { color: rgb(210,148,2); }

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

background-color css

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

 a { background-color: rgb(210,148,2); }

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

border-color css

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

 span { border-color: rgb(210,148,2); }

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