Html Css Color HEX #D58608 Gamboge

📋 copy color: '#D58608'

red 213 ◦ green 134 ◦ blue 8

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

Shades of Gamboge #D58608

Tints of Gamboge #D58608

RGB

 RED value IS 213 (83.59% from 255) = 60%

 GREEN value IS 134 (52.73% from 255) = 37.75%

 BLUE value IS 8 (3.52% from 255) = 2.25%

R = 60%
G = 37.75%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D58608 (or 0xD58608) is known color: Gamboge. HEX triplet: D5, 86 and 08. RGB value is (213,134,8). Sum of RGB (Red+Green+Blue) = 213+134+8=355 (47% of max value = 765). Red value is 213 (83.59% from 255 or 60% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 8 (3.52% from 255 or 2.25% from 355); Max value from RGB is 213 - color contains mainly: red. Hex color #D58608 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58608 is #2A79F7. Grayscale: #8F8F8F. Windows color (decimal): -2783736 or 558805. OLE color: 558805.

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

Color convert

RGB 213 134 8 -
CMYK 0 0.37 0.96 0.16
HSL 36.88º 0.93% 0.43% -
HSV(B) 36.88º 0.96% 0.84% -
XYZ 36.01 31.21 4.36 -
YUV 143.26 51.67 177.75 -
System Red Green Blue C M Y K H S L
Decimal 213 134 8 0 0.37 0.96 0.16 36.88 0.93 0.43
Hex D5 86 8 0 25 60 10 25 5D 2B
Octal 325 206 10 0 45 140 20 45 135 53
Binary 11010101 10000110 1000 0 100101 1100000 10000 100101 1011101 101011

Color Harmonies of #D58608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58608

Black with #D58608

Text Example


Text Example

White with #D58608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58608; }

 p { color: rgb(213,134,8); }

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

background-color css

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

 a { background-color: rgb(213,134,8); }

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

border-color css

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

 span { border-color: rgb(213,134,8); }

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