Html Css Color HEX #C58F02 Dark Goldenrod

📋 copy color: '#C58F02'

red 197 ◦ green 143 ◦ blue 2

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

Shades of Dark Goldenrod #C58F02

Tints of Dark Goldenrod #C58F02

RGB

 RED value IS 197 (77.34% from 255) = 57.6%

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

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

R = 57.6%
G = 41.81%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C58F02 (or 0xC58F02) is known color: Dark Goldenrod. HEX triplet: C5, 8F and 02. RGB value is (197,143,2). Sum of RGB (Red+Green+Blue) = 197+143+2=342 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.60% from 342); Green value is 143 (56.25% from 255 or 41.81% from 342); Blue value is 2 (1.17% from 255 or 0.58% from 342); Max value from RGB is 197 - color contains mainly: red. Hex color #C58F02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58F02 is #3A70FD. Grayscale: #8F8F8F. Windows color (decimal): -3830014 or 167877. OLE color: 167877.

HSL color Cylindrical-coordinate representation of color #C58F02: hue angle of 43.38º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C58F02 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 143 2 -
CMYK 0 0.27 0.99 0.23
HSL 43.38º 0.98% 0.39% -
HSV(B) 43.38º 0.99% 0.77% -
XYZ 32.86 31.52 4.41 -
YUV 143.07 48.39 166.46 -
System Red Green Blue C M Y K H S L
Decimal 197 143 2 0 0.27 0.99 0.23 43.38 0.98 0.39
Hex C5 8F 2 0 1B 63 17 2B 62 27
Octal 305 217 2 0 33 143 27 53 142 47
Binary 11000101 10001111 10 0 11011 1100011 10111 101011 1100010 100111

Color Harmonies of #C58F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58F02

Black with #C58F02

Text Example


Text Example

White with #C58F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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