Html Css Color HEX #CFB446 Old Gold

📋 copy color: '#CFB446'

red 207 ◦ green 180 ◦ blue 70

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

Shades of Old Gold #CFB446

Tints of Old Gold #CFB446

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.39%

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

R = 45.3%
G = 39.39%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CFB446 (or 0xCFB446) is known color: Old Gold. HEX triplet: CF, B4 and 46. RGB value is (207,180,70). Sum of RGB (Red+Green+Blue) = 207+180+70=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 180 (70.70% from 255 or 39.39% from 457); Blue value is 70 (27.73% from 255 or 15.32% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB446 is #304BB9. Grayscale: #AFAFAF. Windows color (decimal): -3165114 or 4633807. OLE color: 4633807.

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

Color convert

RGB 207 180 70 -
CMYK 0 0.13 0.66 0.19
HSL 48.18º 0.59% 0.54% -
HSV(B) 48.18º 0.66% 0.81% -
XYZ 43.16 46.35 12.47 -
YUV 175.53 68.45 150.44 -
System Red Green Blue C M Y K H S L
Decimal 207 180 70 0 0.13 0.66 0.19 48.18 0.59 0.54
Hex CF B4 46 0 D 42 13 30 3B 36
Octal 317 264 106 0 15 102 23 60 73 66
Binary 11001111 10110100 1000110 0 1101 1000010 10011 110000 111011 110110

Color Harmonies of #CFB446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB446

Black with #CFB446

Text Example


Text Example

White with #CFB446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB446; }

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

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

background-color css

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

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

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

border-color css

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

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

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