Html Css Color HEX #CF820A Dark Goldenrod

📋 copy color: '#CF820A'

red 207 ◦ green 130 ◦ blue 10

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

Shades of Dark Goldenrod #CF820A

Tints of Dark Goldenrod #CF820A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.46%

 BLUE value IS 10 (4.3% from 255) = 2.88%

R = 59.65%
G = 37.46%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CF820A (or 0xCF820A) is known color: Dark Goldenrod. HEX triplet: CF, 82 and 0A. RGB value is (207,130,10). Sum of RGB (Red+Green+Blue) = 207+130+10=347 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.65% from 347); Green value is 130 (51.17% from 255 or 37.46% from 347); Blue value is 10 (4.30% from 255 or 2.88% from 347); Max value from RGB is 207 - color contains mainly: red. Hex color #CF820A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF820A is #307DF5. Grayscale: #8B8B8B. Windows color (decimal): -3177974 or 688847. OLE color: 688847.

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

Color convert

RGB 207 130 10 -
CMYK 0 0.37 0.95 0.19
HSL 36.55º 0.91% 0.43% -
HSV(B) 36.55º 0.95% 0.81% -
XYZ 33.77 29.25 4.15 -
YUV 139.34 55.01 176.26 -
System Red Green Blue C M Y K H S L
Decimal 207 130 10 0 0.37 0.95 0.19 36.55 0.91 0.43
Hex CF 82 A 0 25 5F 13 25 5B 2B
Octal 317 202 12 0 45 137 23 45 133 53
Binary 11001111 10000010 1010 0 100101 1011111 10011 100101 1011011 101011

Color Harmonies of #CF820A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF820A

Black with #CF820A

Text Example


Text Example

White with #CF820A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF820A; }

 p { color: rgb(207,130,10); }

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

background-color css

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

 a { background-color: rgb(207,130,10); }

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

border-color css

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

 span { border-color: rgb(207,130,10); }

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