Html Css Color HEX #CFB445 Old Gold

📋 copy color: '#CFB445'

red 207 ◦ green 180 ◦ blue 69

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

Shades of Old Gold #CFB445

Tints of Old Gold #CFB445

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.47%

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

R = 45.39%
G = 39.47%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CFB445 (or 0xCFB445) is known color: Old Gold. HEX triplet: CF, B4 and 45. RGB value is (207,180,69). Sum of RGB (Red+Green+Blue) = 207+180+69=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 180 (70.70% from 255 or 39.47% from 456); Blue value is 69 (27.34% from 255 or 15.13% from 456); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB445 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB445 is #304BBA. Grayscale: #AFAFAF. Windows color (decimal): -3165115 or 4568271. OLE color: 4568271.

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

Color convert

RGB 207 180 69 -
CMYK 0 0.13 0.67 0.19
HSL 48.26º 0.59% 0.54% -
HSV(B) 48.26º 0.67% 0.81% -
XYZ 43.13 46.34 12.3 -
YUV 175.42 67.95 150.53 -
System Red Green Blue C M Y K H S L
Decimal 207 180 69 0 0.13 0.67 0.19 48.26 0.59 0.54
Hex CF B4 45 0 D 43 13 30 3B 36
Octal 317 264 105 0 15 103 23 60 73 66
Binary 11001111 10110100 1000101 0 1101 1000011 10011 110000 111011 110110

Color Harmonies of #CFB445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB445

Black with #CFB445

Text Example


Text Example

White with #CFB445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB445; }

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

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

background-color css

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

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

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

border-color css

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

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

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