Html Css Color HEX #CFB247 Old Gold

📋 copy color: '#CFB247'

red 207 ◦ green 178 ◦ blue 71

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

Shades of Old Gold #CFB247

Tints of Old Gold #CFB247

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.04%

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

R = 45.39%
G = 39.04%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CFB247 (or 0xCFB247) is known color: Old Gold. HEX triplet: CF, B2 and 47. RGB value is (207,178,71). Sum of RGB (Red+Green+Blue) = 207+178+71=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 178 (69.92% from 255 or 39.04% from 456); Blue value is 71 (28.12% from 255 or 15.57% from 456); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB247 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB247 is #304DB8. Grayscale: #AEAEAE. Windows color (decimal): -3165625 or 4698831. OLE color: 4698831.

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

Color convert

RGB 207 178 71 -
CMYK 0 0.14 0.66 0.19
HSL 47.21º 0.59% 0.55% -
HSV(B) 47.21º 0.66% 0.81% -
XYZ 42.79 45.56 12.5 -
YUV 174.47 69.61 151.2 -
System Red Green Blue C M Y K H S L
Decimal 207 178 71 0 0.14 0.66 0.19 47.21 0.59 0.55
Hex CF B2 47 0 E 42 13 2F 3B 37
Octal 317 262 107 0 16 102 23 57 73 67
Binary 11001111 10110010 1000111 0 1110 1000010 10011 101111 111011 110111

Color Harmonies of #CFB247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB247

Black with #CFB247

Text Example


Text Example

White with #CFB247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB247; }

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

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

background-color css

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

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

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

border-color css

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

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

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