Html Css Color HEX #CFB248 Old Gold

📋 copy color: '#CFB248'

red 207 ◦ green 178 ◦ blue 72

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

Shades of Old Gold #CFB248

Tints of Old Gold #CFB248

RGB

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

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

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

R = 45.3%
G = 38.95%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CFB248 (or 0xCFB248) is known color: Old Gold. HEX triplet: CF, B2 and 48. RGB value is (207,178,72). Sum of RGB (Red+Green+Blue) = 207+178+72=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 178 (69.92% from 255 or 38.95% from 457); Blue value is 72 (28.52% from 255 or 15.75% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB248 is #304DB7. Grayscale: #AFAFAF. Windows color (decimal): -3165624 or 4764367. OLE color: 4764367.

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

Color convert

RGB 207 178 72 -
CMYK 0 0.14 0.65 0.19
HSL 47.11º 0.58% 0.55% -
HSV(B) 47.11º 0.65% 0.81% -
XYZ 42.82 45.57 12.67 -
YUV 174.59 70.11 151.12 -
System Red Green Blue C M Y K H S L
Decimal 207 178 72 0 0.14 0.65 0.19 47.11 0.58 0.55
Hex CF B2 48 0 E 41 13 2F 3A 37
Octal 317 262 110 0 16 101 23 57 72 67
Binary 11001111 10110010 1001000 0 1110 1000001 10011 101111 111010 110111

Color Harmonies of #CFB248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB248

Black with #CFB248

Text Example


Text Example

White with #CFB248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB248; }

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

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

background-color css

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

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

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

border-color css

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

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

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