Html Css Color HEX #CFB53F Old Gold

📋 copy color: '#CFB53F'

red 207 ◦ green 181 ◦ blue 63

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

Shades of Old Gold #CFB53F

Tints of Old Gold #CFB53F

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.13%

 BLUE value IS 63 (25% from 255) = 13.97%

R = 45.9%
G = 40.13%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CFB53F (or 0xCFB53F) is known color: Old Gold. HEX triplet: CF, B5 and 3F. RGB value is (207,181,63). Sum of RGB (Red+Green+Blue) = 207+181+63=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 181 (71.09% from 255 or 40.13% from 451); Blue value is 63 (25% from 255 or 13.97% from 451); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB53F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB53F is #304AC0. Grayscale: #AFAFAF. Windows color (decimal): -3164865 or 4175311. OLE color: 4175311.

HSL color Cylindrical-coordinate representation of color #CFB53F: hue angle of 49.17º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CFB53F is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 181 63 -
CMYK 0 0.13 0.70 0.19
HSL 49.17º 0.6% 0.53% -
HSV(B) 49.17º 0.7% 0.81% -
XYZ 43.15 46.67 11.44 -
YUV 175.32 64.61 150.59 -
System Red Green Blue C M Y K H S L
Decimal 207 181 63 0 0.13 0.70 0.19 49.17 0.6 0.53
Hex CF B5 3F 0 D 46 13 31 3C 35
Octal 317 265 77 0 15 106 23 61 74 65
Binary 11001111 10110101 111111 0 1101 1000110 10011 110001 111100 110101

Color Harmonies of #CFB53F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB53F

Black with #CFB53F

Text Example


Text Example

White with #CFB53F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB53F; }

 p { color: rgb(207,181,63); }

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

background-color css

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

 a { background-color: rgb(207,181,63); }

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

border-color css

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

 span { border-color: rgb(207,181,63); }

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