Html Css Color HEX #D58F00 Gamboge

📋 copy color: '#D58F00'

red 213 ◦ green 143 ◦ blue 0

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

Shades of Gamboge #D58F00

Tints of Gamboge #D58F00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.83%
G = 40.17%
B = 0%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D58F00 (or 0xD58F00) is known color: Gamboge. HEX triplet: D5, 8F and 00. RGB value is (213,143,0). Sum of RGB (Red+Green+Blue) = 213+143+0=356 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.83% from 356); Green value is 143 (56.25% from 255 or 40.17% from 356); Blue value is 0 (0.39% from 255 or 0% from 356); Max value from RGB is 213 - color contains mainly: red. Hex color #D58F00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58F00 is #2A70FF. Grayscale: #949494. Windows color (decimal): -2781440 or 36821. OLE color: 36821.

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

Color convert

RGB 213 143 0 -
CMYK 0 0.33 1 0.16
HSL 40.28º 1% 0.42% -
HSV(B) 40.28º 1% 0.84% -
XYZ 37.26 33.79 4.56 -
YUV 147.63 44.69 174.63 -
System Red Green Blue C M Y K H S L
Decimal 213 143 0 0 0.33 1 0.16 40.28 1 0.42
Hex D5 8F 0 0 21 64 10 28 64 2A
Octal 325 217 0 0 41 144 20 50 144 52
Binary 11010101 10001111 0 0 100001 1100100 10000 101000 1100100 101010

Color Harmonies of #D58F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58F00

Black with #D58F00

Text Example


Text Example

White with #D58F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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