Html Css Color HEX #CF8505 Dark Goldenrod

📋 copy color: '#CF8505'

red 207 ◦ green 133 ◦ blue 5

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

Shades of Dark Goldenrod #CF8505

Tints of Dark Goldenrod #CF8505

RGB

 RED value IS 207 (81.25% from 255) = 60%

 GREEN value IS 133 (52.34% from 255) = 38.55%

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

R = 60%
G = 38.55%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CF8505 (or 0xCF8505) is known color: Dark Goldenrod. HEX triplet: CF, 85 and 05. RGB value is (207,133,5). Sum of RGB (Red+Green+Blue) = 207+133+5=345 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 5 (2.34% from 255 or 1.45% from 345); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8505 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8505 is #307AFA. Grayscale: #8D8D8D. Windows color (decimal): -3177211 or 361935. OLE color: 361935.

HSL color Cylindrical-coordinate representation of color #CF8505: hue angle of 38.02º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF8505 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 133 5 -
CMYK 0 0.36 0.98 0.19
HSL 38.02º 0.95% 0.42% -
HSV(B) 38.02º 0.98% 0.81% -
XYZ 34.15 30.05 4.14 -
YUV 140.53 51.52 175.41 -
System Red Green Blue C M Y K H S L
Decimal 207 133 5 0 0.36 0.98 0.19 38.02 0.95 0.42
Hex CF 85 5 0 24 62 13 26 5F 2A
Octal 317 205 5 0 44 142 23 46 137 52
Binary 11001111 10000101 101 0 100100 1100010 10011 100110 1011111 101010

Color Harmonies of #CF8505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8505

Black with #CF8505

Text Example


Text Example

White with #CF8505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8505; }

 p { color: rgb(207,133,5); }

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

background-color css

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

 a { background-color: rgb(207,133,5); }

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

border-color css

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

 span { border-color: rgb(207,133,5); }

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