Html Css Color HEX #CF8B0A Dark Goldenrod

📋 copy color: '#CF8B0A'

red 207 ◦ green 139 ◦ blue 10

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

Shades of Dark Goldenrod #CF8B0A

Tints of Dark Goldenrod #CF8B0A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.04%

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

R = 58.15%
G = 39.04%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CF8B0A (or 0xCF8B0A) is known color: Dark Goldenrod. HEX triplet: CF, 8B and 0A. RGB value is (207,139,10). Sum of RGB (Red+Green+Blue) = 207+139+10=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 139 (54.69% from 255 or 39.04% from 356); Blue value is 10 (4.30% from 255 or 2.81% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8B0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8B0A is #3074F5. Grayscale: #919191. Windows color (decimal): -3175670 or 691151. OLE color: 691151.

HSL color Cylindrical-coordinate representation of color #CF8B0A: hue angle of 39.29º 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 #CF8B0A is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 139 10 -
CMYK 0 0.33 0.95 0.19
HSL 39.29º 0.91% 0.43% -
HSV(B) 39.29º 0.95% 0.81% -
XYZ 35.02 31.75 4.57 -
YUV 144.63 52.03 172.49 -
System Red Green Blue C M Y K H S L
Decimal 207 139 10 0 0.33 0.95 0.19 39.29 0.91 0.43
Hex CF 8B A 0 21 5F 13 27 5B 2B
Octal 317 213 12 0 41 137 23 47 133 53
Binary 11001111 10001011 1010 0 100001 1011111 10011 100111 1011011 101011

Color Harmonies of #CF8B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8B0A

Black with #CF8B0A

Text Example


Text Example

White with #CF8B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8B0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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