Html Css Color HEX #D78C02 Gamboge

📋 copy color: '#D78C02'

red 215 ◦ green 140 ◦ blue 2

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

Shades of Gamboge #D78C02

Tints of Gamboge #D78C02

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39.22%

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

R = 60.22%
G = 39.22%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D78C02 (or 0xD78C02) is known color: Gamboge. HEX triplet: D7, 8C and 02. RGB value is (215,140,2). Sum of RGB (Red+Green+Blue) = 215+140+2=357 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.22% from 357); Green value is 140 (55.08% from 255 or 39.22% from 357); Blue value is 2 (1.17% from 255 or 0.56% from 357); Max value from RGB is 215 - color contains mainly: red. Hex color #D78C02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78C02 is #2873FD. Grayscale: #939393. Windows color (decimal): -2651134 or 167127. OLE color: 167127.

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

Color convert

RGB 215 140 2 -
CMYK 0 0.35 0.99 0.16
HSL 38.87º 0.98% 0.43% -
HSV(B) 38.87º 0.99% 0.84% -
XYZ 37.41 33.21 4.5 -
YUV 146.69 46.35 176.72 -
System Red Green Blue C M Y K H S L
Decimal 215 140 2 0 0.35 0.99 0.16 38.87 0.98 0.43
Hex D7 8C 2 0 23 63 10 27 62 2B
Octal 327 214 2 0 43 143 20 47 142 53
Binary 11010111 10001100 10 0 100011 1100011 10000 100111 1100010 101011

Color Harmonies of #D78C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78C02

Black with #D78C02

Text Example


Text Example

White with #D78C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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