Html Css Color HEX #D58F03 Gamboge

📋 copy color: '#D58F03'

red 213 ◦ green 143 ◦ blue 3

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

Shades of Gamboge #D58F03

Tints of Gamboge #D58F03

RGB

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

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

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

R = 59.33%
G = 39.83%
B = 0.84%

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

#D58F03 (or 0xD58F03) is known color: Gamboge. HEX triplet: D5, 8F and 03. RGB value is (213,143,3). Sum of RGB (Red+Green+Blue) = 213+143+3=359 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.33% from 359); Green value is 143 (56.25% from 255 or 39.83% from 359); Blue value is 3 (1.56% from 255 or 0.84% from 359); Max value from RGB is 213 - color contains mainly: red. Hex color #D58F03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58F03 is #2A70FC. Grayscale: #949494. Windows color (decimal): -2781437 or 233429. OLE color: 233429.

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

Color convert

RGB 213 143 3 -
CMYK 0 0.33 0.99 0.16
HSL 40º 0.97% 0.42% -
HSV(B) 40º 0.99% 0.84% -
XYZ 37.28 33.8 4.64 -
YUV 147.97 46.19 174.38 -
System Red Green Blue C M Y K H S L
Decimal 213 143 3 0 0.33 0.99 0.16 40 0.97 0.42
Hex D5 8F 3 0 21 63 10 28 61 2A
Octal 325 217 3 0 41 143 20 50 141 52
Binary 11010101 10001111 11 0 100001 1100011 10000 101000 1100001 101010

Color Harmonies of #D58F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58F03

Black with #D58F03

Text Example


Text Example

White with #D58F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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