Html Css Color HEX #CFB245 Old Gold

📋 copy color: '#CFB245'

red 207 ◦ green 178 ◦ blue 69

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

Shades of Old Gold #CFB245

Tints of Old Gold #CFB245

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.21%

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

R = 45.59%
G = 39.21%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CFB245 (or 0xCFB245) is known color: Old Gold. HEX triplet: CF, B2 and 45. RGB value is (207,178,69). Sum of RGB (Red+Green+Blue) = 207+178+69=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 178 (69.92% from 255 or 39.21% from 454); Blue value is 69 (27.34% from 255 or 15.20% from 454); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB245 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB245 is #304DBA. Grayscale: #AEAEAE. Windows color (decimal): -3165627 or 4567759. OLE color: 4567759.

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

Color convert

RGB 207 178 69 -
CMYK 0 0.14 0.67 0.19
HSL 47.39º 0.59% 0.54% -
HSV(B) 47.39º 0.67% 0.81% -
XYZ 42.73 45.54 12.17 -
YUV 174.25 68.61 151.36 -
System Red Green Blue C M Y K H S L
Decimal 207 178 69 0 0.14 0.67 0.19 47.39 0.59 0.54
Hex CF B2 45 0 E 43 13 2F 3B 36
Octal 317 262 105 0 16 103 23 57 73 66
Binary 11001111 10110010 1000101 0 1110 1000011 10011 101111 111011 110110

Color Harmonies of #CFB245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB245

Black with #CFB245

Text Example


Text Example

White with #CFB245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB245; }

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

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

background-color css

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

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

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

border-color css

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

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

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