Html Css Color HEX #CFBE47 Old Gold

📋 copy color: '#CFBE47'

red 207 ◦ green 190 ◦ blue 71

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

Shades of Old Gold #CFBE47

Tints of Old Gold #CFBE47

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.6%

 BLUE value IS 71 (28.13% from 255) = 15.17%

R = 44.23%
G = 40.6%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CFBE47 (or 0xCFBE47) is known color: Old Gold. HEX triplet: CF, BE and 47. RGB value is (207,190,71). Sum of RGB (Red+Green+Blue) = 207+190+71=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 190 (74.61% from 255 or 40.60% from 468); Blue value is 71 (28.12% from 255 or 15.17% from 468); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBE47 is #3041B8. Grayscale: #B6B6B6. Windows color (decimal): -3162553 or 4701903. OLE color: 4701903.

HSL color Cylindrical-coordinate representation of color #CFBE47: hue angle of 52.5º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CFBE47 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 190 71 -
CMYK 0 0.08 0.66 0.19
HSL 52.5º 0.59% 0.55% -
HSV(B) 52.5º 0.66% 0.81% -
XYZ 45.28 50.55 13.33 -
YUV 181.52 65.63 146.18 -
System Red Green Blue C M Y K H S L
Decimal 207 190 71 0 0.08 0.66 0.19 52.5 0.59 0.55
Hex CF BE 47 0 8 42 13 34 3B 37
Octal 317 276 107 0 10 102 23 64 73 67
Binary 11001111 10111110 1000111 0 1000 1000010 10011 110100 111011 110111

Color Harmonies of #CFBE47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBE47

Black with #CFBE47

Text Example


Text Example

White with #CFBE47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBE47; }

 p { color: rgb(207,190,71); }

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

background-color css

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

 a { background-color: rgb(207,190,71); }

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

border-color css

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

 span { border-color: rgb(207,190,71); }

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