Html Css Color HEX #D78702 Gamboge

📋 copy color: '#D78702'

red 215 ◦ green 135 ◦ blue 2

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

Shades of Gamboge #D78702

Tints of Gamboge #D78702

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.35%

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

R = 61.08%
G = 38.35%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D78702 (or 0xD78702) is known color: Gamboge. HEX triplet: D7, 87 and 02. RGB value is (215,135,2). Sum of RGB (Red+Green+Blue) = 215+135+2=352 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.08% from 352); Green value is 135 (53.12% from 255 or 38.35% from 352); Blue value is 2 (1.17% from 255 or 0.57% from 352); Max value from RGB is 215 - color contains mainly: red. Hex color #D78702 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78702 is #2878FD. Grayscale: #909090. Windows color (decimal): -2652414 or 165847. OLE color: 165847.

HSL color Cylindrical-coordinate representation of color #D78702: hue angle of 37.46º 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 #D78702 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 135 2 -
CMYK 0 0.37 0.99 0.16
HSL 37.46º 0.98% 0.43% -
HSV(B) 37.46º 0.99% 0.84% -
XYZ 36.7 31.78 4.26 -
YUV 143.76 48 178.81 -
System Red Green Blue C M Y K H S L
Decimal 215 135 2 0 0.37 0.99 0.16 37.46 0.98 0.43
Hex D7 87 2 0 25 63 10 25 62 2B
Octal 327 207 2 0 45 143 20 45 142 53
Binary 11010111 10000111 10 0 100101 1100011 10000 100101 1100010 101011

Color Harmonies of #D78702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78702

Black with #D78702

Text Example


Text Example

White with #D78702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78702; }

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

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

background-color css

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

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

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

border-color css

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

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

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