Html Css Color HEX #CFB646 Old Gold

📋 copy color: '#CFB646'

red 207 ◦ green 182 ◦ blue 70

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

Shades of Old Gold #CFB646

Tints of Old Gold #CFB646

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.65%

 BLUE value IS 70 (27.73% from 255) = 15.25%

R = 45.1%
G = 39.65%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CFB646 (or 0xCFB646) is known color: Old Gold. HEX triplet: CF, B6 and 46. RGB value is (207,182,70). Sum of RGB (Red+Green+Blue) = 207+182+70=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 182 (71.48% from 255 or 39.65% from 459); Blue value is 70 (27.73% from 255 or 15.25% from 459); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB646 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB646 is #3049B9. Grayscale: #B1B1B1. Windows color (decimal): -3164602 or 4634319. OLE color: 4634319.

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

Color convert

RGB 207 182 70 -
CMYK 0 0.12 0.66 0.19
HSL 49.05º 0.59% 0.54% -
HSV(B) 49.05º 0.66% 0.81% -
XYZ 43.57 47.16 12.6 -
YUV 176.71 67.78 149.61 -
System Red Green Blue C M Y K H S L
Decimal 207 182 70 0 0.12 0.66 0.19 49.05 0.59 0.54
Hex CF B6 46 0 C 42 13 31 3B 36
Octal 317 266 106 0 14 102 23 61 73 66
Binary 11001111 10110110 1000110 0 1100 1000010 10011 110001 111011 110110

Color Harmonies of #CFB646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB646

Black with #CFB646

Text Example


Text Example

White with #CFB646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB646; }

 p { color: rgb(207,182,70); }

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

background-color css

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

 a { background-color: rgb(207,182,70); }

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

border-color css

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

 span { border-color: rgb(207,182,70); }

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