Html Css Color HEX #CFB140 Old Gold

📋 copy color: '#CFB140'

red 207 ◦ green 177 ◦ blue 64

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

Shades of Old Gold #CFB140

Tints of Old Gold #CFB140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.29%

R = 46.21%
G = 39.51%
B = 14.29%

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

#CFB140 (or 0xCFB140) is known color: Old Gold. HEX triplet: CF, B1 and 40. RGB value is (207,177,64). Sum of RGB (Red+Green+Blue) = 207+177+64=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 177 (69.53% from 255 or 39.51% from 448); Blue value is 64 (25.39% from 255 or 14.29% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB140 is #304EBF. Grayscale: #ADADAD. Windows color (decimal): -3165888 or 4239823. OLE color: 4239823.

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

Color convert

RGB 207 177 64 -
CMYK 0 0.14 0.69 0.19
HSL 47.41º 0.6% 0.53% -
HSV(B) 47.41º 0.69% 0.81% -
XYZ 42.38 45.08 11.32 -
YUV 173.09 66.44 152.19 -
System Red Green Blue C M Y K H S L
Decimal 207 177 64 0 0.14 0.69 0.19 47.41 0.6 0.53
Hex CF B1 40 0 E 45 13 2F 3C 35
Octal 317 261 100 0 16 105 23 57 74 65
Binary 11001111 10110001 1000000 0 1110 1000101 10011 101111 111100 110101

Color Harmonies of #CFB140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB140

Black with #CFB140

Text Example


Text Example

White with #CFB140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB140; }

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

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

background-color css

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

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

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

border-color css

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

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

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