Html Css Color HEX #CF810C Dark Goldenrod

📋 copy color: '#CF810C'

red 207 ◦ green 129 ◦ blue 12

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

Shades of Dark Goldenrod #CF810C

Tints of Dark Goldenrod #CF810C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.07%

 BLUE value IS 12 (5.08% from 255) = 3.45%

R = 59.48%
G = 37.07%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CF810C (or 0xCF810C) is known color: Dark Goldenrod. HEX triplet: CF, 81 and 0C. RGB value is (207,129,12). Sum of RGB (Red+Green+Blue) = 207+129+12=348 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.48% from 348); Green value is 129 (50.78% from 255 or 37.07% from 348); Blue value is 12 (5.08% from 255 or 3.45% from 348); Max value from RGB is 207 - color contains mainly: red. Hex color #CF810C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF810C is #307EF3. Grayscale: #8B8B8B. Windows color (decimal): -3178228 or 819663. OLE color: 819663.

HSL color Cylindrical-coordinate representation of color #CF810C: hue angle of 36º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF810C is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 129 12 -
CMYK 0 0.38 0.94 0.19
HSL 36º 0.89% 0.43% -
HSV(B) 36º 0.94% 0.81% -
XYZ 33.65 28.99 4.17 -
YUV 138.98 56.34 176.51 -
System Red Green Blue C M Y K H S L
Decimal 207 129 12 0 0.38 0.94 0.19 36 0.89 0.43
Hex CF 81 C 0 26 5E 13 24 59 2B
Octal 317 201 14 0 46 136 23 44 131 53
Binary 11001111 10000001 1100 0 100110 1011110 10011 100100 1011001 101011

Color Harmonies of #CF810C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF810C

Black with #CF810C

Text Example


Text Example

White with #CF810C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF810C; }

 p { color: rgb(207,129,12); }

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

background-color css

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

 a { background-color: rgb(207,129,12); }

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

border-color css

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

 span { border-color: rgb(207,129,12); }

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