Html Css Color HEX #D78A03 Gamboge

📋 copy color: '#D78A03'

red 215 ◦ green 138 ◦ blue 3

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

Shades of Gamboge #D78A03

Tints of Gamboge #D78A03

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.76%

 BLUE value IS 3 (1.56% from 255) = 0.84%

R = 60.39%
G = 38.76%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D78A03 (or 0xD78A03) is known color: Gamboge. HEX triplet: D7, 8A and 03. RGB value is (215,138,3). Sum of RGB (Red+Green+Blue) = 215+138+3=356 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.39% from 356); Green value is 138 (54.30% from 255 or 38.76% from 356); Blue value is 3 (1.56% from 255 or 0.84% from 356); Max value from RGB is 215 - color contains mainly: red. Hex color #D78A03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78A03 is #2875FC. Grayscale: #929292. Windows color (decimal): -2651645 or 232151. OLE color: 232151.

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

Color convert

RGB 215 138 3 -
CMYK 0 0.36 0.99 0.16
HSL 38.21º 0.97% 0.43% -
HSV(B) 38.21º 0.99% 0.84% -
XYZ 37.13 32.63 4.43 -
YUV 145.63 47.51 177.48 -
System Red Green Blue C M Y K H S L
Decimal 215 138 3 0 0.36 0.99 0.16 38.21 0.97 0.43
Hex D7 8A 3 0 24 63 10 26 61 2B
Octal 327 212 3 0 44 143 20 46 141 53
Binary 11010111 10001010 11 0 100100 1100011 10000 100110 1100001 101011

Color Harmonies of #D78A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78A03

Black with #D78A03

Text Example


Text Example

White with #D78A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78A03; }

 p { color: rgb(215,138,3); }

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

background-color css

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

 a { background-color: rgb(215,138,3); }

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

border-color css

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

 span { border-color: rgb(215,138,3); }

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