Html Css Color HEX #CFBC48 Old Gold

📋 copy color: '#CFBC48'

red 207 ◦ green 188 ◦ blue 72

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

Shades of Old Gold #CFBC48

Tints of Old Gold #CFBC48

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.26%

 BLUE value IS 72 (28.52% from 255) = 15.42%

R = 44.33%
G = 40.26%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CFBC48 (or 0xCFBC48) is known color: Old Gold. HEX triplet: CF, BC and 48. RGB value is (207,188,72). Sum of RGB (Red+Green+Blue) = 207+188+72=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 72 (28.52% from 255 or 15.42% from 467); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBC48 is #3043B7. Grayscale: #B4B4B4. Windows color (decimal): -3163064 or 4766927. OLE color: 4766927.

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

Color convert

RGB 207 188 72 -
CMYK 0 0.09 0.65 0.19
HSL 51.56º 0.58% 0.55% -
HSV(B) 51.56º 0.65% 0.81% -
XYZ 44.89 49.7 13.36 -
YUV 180.46 66.79 146.93 -
System Red Green Blue C M Y K H S L
Decimal 207 188 72 0 0.09 0.65 0.19 51.56 0.58 0.55
Hex CF BC 48 0 9 41 13 34 3A 37
Octal 317 274 110 0 11 101 23 64 72 67
Binary 11001111 10111100 1001000 0 1001 1000001 10011 110100 111010 110111

Color Harmonies of #CFBC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBC48

Black with #CFBC48

Text Example


Text Example

White with #CFBC48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBC48; }

 p { color: rgb(207,188,72); }

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

background-color css

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

 a { background-color: rgb(207,188,72); }

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

border-color css

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

 span { border-color: rgb(207,188,72); }

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