Html Css Color HEX #D79002 Gamboge

📋 copy color: '#D79002'

red 215 ◦ green 144 ◦ blue 2

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

Shades of Gamboge #D79002

Tints of Gamboge #D79002

RGB

 RED value IS 215 (84.38% from 255) = 59.56%

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

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

R = 59.56%
G = 39.89%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D79002 (or 0xD79002) is known color: Gamboge. HEX triplet: D7, 90 and 02. RGB value is (215,144,2). Sum of RGB (Red+Green+Blue) = 215+144+2=361 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.56% from 361); Green value is 144 (56.64% from 255 or 39.89% from 361); Blue value is 2 (1.17% from 255 or 0.55% from 361); Max value from RGB is 215 - color contains mainly: red. Hex color #D79002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D79002 is #286FFD. Grayscale: #959595. Windows color (decimal): -2650110 or 168151. OLE color: 168151.

HSL color Cylindrical-coordinate representation of color #D79002: hue angle of 40º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D79002 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 144 2 -
CMYK 0 0.33 0.99 0.16
HSL 40º 0.98% 0.43% -
HSV(B) 40º 0.99% 0.84% -
XYZ 38.01 34.4 4.69 -
YUV 149.04 45.02 175.05 -
System Red Green Blue C M Y K H S L
Decimal 215 144 2 0 0.33 0.99 0.16 40 0.98 0.43
Hex D7 90 2 0 21 63 10 28 62 2B
Octal 327 220 2 0 41 143 20 50 142 53
Binary 11010111 10010000 10 0 100001 1100011 10000 101000 1100010 101011

Color Harmonies of #D79002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79002

Black with #D79002

Text Example


Text Example

White with #D79002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79002; }

 p { color: rgb(215,144,2); }

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

background-color css

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

 a { background-color: rgb(215,144,2); }

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

border-color css

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

 span { border-color: rgb(215,144,2); }

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