Html Css Color HEX #CFB444 Old Gold

📋 copy color: '#CFB444'

red 207 ◦ green 180 ◦ blue 68

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

Shades of Old Gold #CFB444

Tints of Old Gold #CFB444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.95%

R = 45.49%
G = 39.56%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CFB444 (or 0xCFB444) is known color: Old Gold. HEX triplet: CF, B4 and 44. RGB value is (207,180,68). Sum of RGB (Red+Green+Blue) = 207+180+68=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 180 (70.70% from 255 or 39.56% from 455); Blue value is 68 (26.95% from 255 or 14.95% from 455); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB444 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB444 is #304BBB. Grayscale: #AFAFAF. Windows color (decimal): -3165116 or 4502735. OLE color: 4502735.

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

Color convert

RGB 207 180 68 -
CMYK 0 0.13 0.67 0.19
HSL 48.35º 0.59% 0.54% -
HSV(B) 48.35º 0.67% 0.81% -
XYZ 43.1 46.33 12.14 -
YUV 175.31 67.45 150.61 -
System Red Green Blue C M Y K H S L
Decimal 207 180 68 0 0.13 0.67 0.19 48.35 0.59 0.54
Hex CF B4 44 0 D 43 13 30 3B 36
Octal 317 264 104 0 15 103 23 60 73 66
Binary 11001111 10110100 1000100 0 1101 1000011 10011 110000 111011 110110

Color Harmonies of #CFB444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB444

Black with #CFB444

Text Example


Text Example

White with #CFB444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB444; }

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

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

background-color css

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

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

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

border-color css

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

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

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