Html Css Color HEX #CFB145 Old Gold

📋 copy color: '#CFB145'

red 207 ◦ green 177 ◦ blue 69

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

Shades of Old Gold #CFB145

Tints of Old Gold #CFB145

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.07%

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

R = 45.7%
G = 39.07%
B = 15.23%

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

#CFB145 (or 0xCFB145) is known color: Old Gold. HEX triplet: CF, B1 and 45. RGB value is (207,177,69). Sum of RGB (Red+Green+Blue) = 207+177+69=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 177 (69.53% from 255 or 39.07% from 453); Blue value is 69 (27.34% from 255 or 15.23% from 453); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB145 is #304EBA. Grayscale: #AEAEAE. Windows color (decimal): -3165883 or 4567503. OLE color: 4567503.

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

Color convert

RGB 207 177 69 -
CMYK 0 0.14 0.67 0.19
HSL 46.96º 0.59% 0.54% -
HSV(B) 46.96º 0.67% 0.81% -
XYZ 42.53 45.14 12.1 -
YUV 173.66 68.94 151.78 -
System Red Green Blue C M Y K H S L
Decimal 207 177 69 0 0.14 0.67 0.19 46.96 0.59 0.54
Hex CF B1 45 0 E 43 13 2F 3B 36
Octal 317 261 105 0 16 103 23 57 73 66
Binary 11001111 10110001 1000101 0 1110 1000011 10011 101111 111011 110110

Color Harmonies of #CFB145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB145

Black with #CFB145

Text Example


Text Example

White with #CFB145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB145; }

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

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

background-color css

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

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

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

border-color css

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

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

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