Html Css Color HEX #D58702 Gamboge

📋 copy color: '#D58702'

red 213 ◦ green 135 ◦ blue 2

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

Shades of Gamboge #D58702

Tints of Gamboge #D58702

RGB

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

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

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

R = 60.86%
G = 38.57%
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

#D58702 (or 0xD58702) is known color: Gamboge. HEX triplet: D5, 87 and 02. RGB value is (213,135,2). Sum of RGB (Red+Green+Blue) = 213+135+2=350 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.86% from 350); Green value is 135 (53.12% from 255 or 38.57% from 350); Blue value is 2 (1.17% from 255 or 0.57% from 350); Max value from RGB is 213 - color contains mainly: red. Hex color #D58702 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58702 is #2A78FD. Grayscale: #8F8F8F. Windows color (decimal): -2783486 or 165845. OLE color: 165845.

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

Color convert

RGB 213 135 2 -
CMYK 0 0.37 0.99 0.16
HSL 37.82º 0.98% 0.42% -
HSV(B) 37.82º 0.99% 0.84% -
XYZ 36.12 31.48 4.23 -
YUV 143.16 48.34 177.81 -
System Red Green Blue C M Y K H S L
Decimal 213 135 2 0 0.37 0.99 0.16 37.82 0.98 0.42
Hex D5 87 2 0 25 63 10 26 62 2A
Octal 325 207 2 0 45 143 20 46 142 52
Binary 11010101 10000111 10 0 100101 1100011 10000 100110 1100010 101010

Color Harmonies of #D58702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58702

Black with #D58702

Text Example


Text Example

White with #D58702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58702; }

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

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

background-color css

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

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

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

border-color css

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

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

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