Html Css Color HEX #D58F05 Gamboge

📋 copy color: '#D58F05'

red 213 ◦ green 143 ◦ blue 5

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

Shades of Gamboge #D58F05

Tints of Gamboge #D58F05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.39%

R = 59%
G = 39.61%
B = 1.39%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D58F05 (or 0xD58F05) is known color: Gamboge. HEX triplet: D5, 8F and 05. RGB value is (213,143,5). Sum of RGB (Red+Green+Blue) = 213+143+5=361 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.00% from 361); Green value is 143 (56.25% from 255 or 39.61% from 361); Blue value is 5 (2.34% from 255 or 1.39% from 361); Max value from RGB is 213 - color contains mainly: red. Hex color #D58F05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58F05 is #2A70FA. Grayscale: #949494. Windows color (decimal): -2781435 or 364501. OLE color: 364501.

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

Color convert

RGB 213 143 5 -
CMYK 0 0.33 0.98 0.16
HSL 39.81º 0.95% 0.43% -
HSV(B) 39.81º 0.98% 0.84% -
XYZ 37.29 33.8 4.7 -
YUV 148.2 47.19 174.22 -
System Red Green Blue C M Y K H S L
Decimal 213 143 5 0 0.33 0.98 0.16 39.81 0.95 0.43
Hex D5 8F 5 0 21 62 10 28 5F 2B
Octal 325 217 5 0 41 142 20 50 137 53
Binary 11010101 10001111 101 0 100001 1100010 10000 101000 1011111 101011

Color Harmonies of #D58F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58F05

Black with #D58F05

Text Example


Text Example

White with #D58F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58F05; }

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

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

background-color css

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

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

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

border-color css

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

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

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