Html Css Color HEX #D58C02 Gamboge

📋 copy color: '#D58C02'

red 213 ◦ green 140 ◦ blue 2

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

Shades of Gamboge #D58C02

Tints of Gamboge #D58C02

RGB

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

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

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

R = 60%
G = 39.44%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D58C02 (or 0xD58C02) is known color: Gamboge. HEX triplet: D5, 8C and 02. RGB value is (213,140,2). Sum of RGB (Red+Green+Blue) = 213+140+2=355 (47% of max value = 765). Red value is 213 (83.59% from 255 or 60% from 355); Green value is 140 (55.08% from 255 or 39.44% from 355); Blue value is 2 (1.17% from 255 or 0.56% from 355); Max value from RGB is 213 - color contains mainly: red. Hex color #D58C02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58C02 is #2A73FD. Grayscale: #929292. Windows color (decimal): -2782206 or 167125. OLE color: 167125.

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

Color convert

RGB 213 140 2 -
CMYK 0 0.34 0.99 0.16
HSL 39.24º 0.98% 0.42% -
HSV(B) 39.24º 0.99% 0.84% -
XYZ 36.83 32.91 4.47 -
YUV 146.1 46.68 175.72 -
System Red Green Blue C M Y K H S L
Decimal 213 140 2 0 0.34 0.99 0.16 39.24 0.98 0.42
Hex D5 8C 2 0 22 63 10 27 62 2A
Octal 325 214 2 0 42 143 20 47 142 52
Binary 11010101 10001100 10 0 100010 1100011 10000 100111 1100010 101010

Color Harmonies of #D58C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58C02

Black with #D58C02

Text Example


Text Example

White with #D58C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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