Html Css Color HEX #CFB53C Old Gold

📋 copy color: '#CFB53C'

red 207 ◦ green 181 ◦ blue 60

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

Shades of Old Gold #CFB53C

Tints of Old Gold #CFB53C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.39%

R = 46.21%
G = 40.4%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CFB53C (or 0xCFB53C) is known color: Old Gold. HEX triplet: CF, B5 and 3C. RGB value is (207,181,60). Sum of RGB (Red+Green+Blue) = 207+181+60=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 181 (71.09% from 255 or 40.40% from 448); Blue value is 60 (23.83% from 255 or 13.39% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB53C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB53C is #304AC3. Grayscale: #AFAFAF. Windows color (decimal): -3164868 or 3978703. OLE color: 3978703.

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

Color convert

RGB 207 181 60 -
CMYK 0 0.13 0.71 0.19
HSL 49.39º 0.6% 0.52% -
HSV(B) 49.39º 0.71% 0.81% -
XYZ 43.07 46.64 11.01 -
YUV 174.98 63.11 150.84 -
System Red Green Blue C M Y K H S L
Decimal 207 181 60 0 0.13 0.71 0.19 49.39 0.6 0.52
Hex CF B5 3C 0 D 47 13 31 3C 34
Octal 317 265 74 0 15 107 23 61 74 64
Binary 11001111 10110101 111100 0 1101 1000111 10011 110001 111100 110100

Color Harmonies of #CFB53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB53C

Black with #CFB53C

Text Example


Text Example

White with #CFB53C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB53C; }

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

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

background-color css

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

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

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

border-color css

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

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

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