Html Css Color HEX #D58F02 Gamboge

📋 copy color: '#D58F02'

red 213 ◦ green 143 ◦ blue 2

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

Shades of Gamboge #D58F02

Tints of Gamboge #D58F02

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.94%

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

R = 59.5%
G = 39.94%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D58F02 (or 0xD58F02) is known color: Gamboge. HEX triplet: D5, 8F and 02. RGB value is (213,143,2). Sum of RGB (Red+Green+Blue) = 213+143+2=358 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.50% from 358); Green value is 143 (56.25% from 255 or 39.94% from 358); Blue value is 2 (1.17% from 255 or 0.56% from 358); Max value from RGB is 213 - color contains mainly: red. Hex color #D58F02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58F02 is #2A70FD. Grayscale: #949494. Windows color (decimal): -2781438 or 167893. OLE color: 167893.

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

Color convert

RGB 213 143 2 -
CMYK 0 0.33 0.99 0.16
HSL 40.09º 0.98% 0.42% -
HSV(B) 40.09º 0.99% 0.84% -
XYZ 37.27 33.8 4.62 -
YUV 147.86 45.69 174.46 -
System Red Green Blue C M Y K H S L
Decimal 213 143 2 0 0.33 0.99 0.16 40.09 0.98 0.42
Hex D5 8F 2 0 21 63 10 28 62 2A
Octal 325 217 2 0 41 143 20 50 142 52
Binary 11010101 10001111 10 0 100001 1100011 10000 101000 1100010 101010

Color Harmonies of #D58F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58F02

Black with #D58F02

Text Example


Text Example

White with #D58F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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