Html Css Color HEX #CFB141 Old Gold

📋 copy color: '#CFB141'

red 207 ◦ green 177 ◦ blue 65

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

Shades of Old Gold #CFB141

Tints of Old Gold #CFB141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.48%

R = 46.1%
G = 39.42%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CFB141 (or 0xCFB141) is known color: Old Gold. HEX triplet: CF, B1 and 41. RGB value is (207,177,65). Sum of RGB (Red+Green+Blue) = 207+177+65=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 177 (69.53% from 255 or 39.42% from 449); Blue value is 65 (25.78% from 255 or 14.48% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB141 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB141 is #304EBE. Grayscale: #ADADAD. Windows color (decimal): -3165887 or 4305359. OLE color: 4305359.

HSL color Cylindrical-coordinate representation of color #CFB141: hue angle of 47.32º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CFB141 is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 177 65 -
CMYK 0 0.14 0.69 0.19
HSL 47.32º 0.6% 0.53% -
HSV(B) 47.32º 0.69% 0.81% -
XYZ 42.41 45.09 11.47 -
YUV 173.2 66.94 152.11 -
System Red Green Blue C M Y K H S L
Decimal 207 177 65 0 0.14 0.69 0.19 47.32 0.6 0.53
Hex CF B1 41 0 E 45 13 2F 3C 35
Octal 317 261 101 0 16 105 23 57 74 65
Binary 11001111 10110001 1000001 0 1110 1000101 10011 101111 111100 110101

Color Harmonies of #CFB141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB141

Black with #CFB141

Text Example


Text Example

White with #CFB141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB141; }

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

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

background-color css

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

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

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

border-color css

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

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

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