Html Css Color HEX #CFB945 Old Gold

📋 copy color: '#CFB945'

red 207 ◦ green 185 ◦ blue 69

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

Shades of Old Gold #CFB945

Tints of Old Gold #CFB945

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.13%

 BLUE value IS 69 (27.34% from 255) = 14.97%

R = 44.9%
G = 40.13%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CFB945 (or 0xCFB945) is known color: Old Gold. HEX triplet: CF, B9 and 45. RGB value is (207,185,69). Sum of RGB (Red+Green+Blue) = 207+185+69=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 185 (72.66% from 255 or 40.13% from 461); Blue value is 69 (27.34% from 255 or 14.97% from 461); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB945 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB945 is #3046BA. Grayscale: #B2B2B2. Windows color (decimal): -3163835 or 4569551. OLE color: 4569551.

HSL color Cylindrical-coordinate representation of color #CFB945: hue angle of 50.43º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CFB945 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 185 69 -
CMYK 0 0.11 0.67 0.19
HSL 50.43º 0.59% 0.54% -
HSV(B) 50.43º 0.67% 0.81% -
XYZ 44.16 48.39 12.64 -
YUV 178.35 66.29 148.43 -
System Red Green Blue C M Y K H S L
Decimal 207 185 69 0 0.11 0.67 0.19 50.43 0.59 0.54
Hex CF B9 45 0 B 43 13 32 3B 36
Octal 317 271 105 0 13 103 23 62 73 66
Binary 11001111 10111001 1000101 0 1011 1000011 10011 110010 111011 110110

Color Harmonies of #CFB945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB945

Black with #CFB945

Text Example


Text Example

White with #CFB945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB945; }

 p { color: rgb(207,185,69); }

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

background-color css

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

 a { background-color: rgb(207,185,69); }

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

border-color css

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

 span { border-color: rgb(207,185,69); }

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