Html Css Color HEX #CFB93F Old Gold

📋 copy color: '#CFB93F'

red 207 ◦ green 185 ◦ blue 63

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

Shades of Old Gold #CFB93F

Tints of Old Gold #CFB93F

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.66%

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

R = 45.49%
G = 40.66%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CFB93F (or 0xCFB93F) is known color: Old Gold. HEX triplet: CF, B9 and 3F. RGB value is (207,185,63). Sum of RGB (Red+Green+Blue) = 207+185+63=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 185 (72.66% from 255 or 40.66% from 455); Blue value is 63 (25% from 255 or 13.85% from 455); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB93F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB93F is #3046C0. Grayscale: #B2B2B2. Windows color (decimal): -3163841 or 4176335. OLE color: 4176335.

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

Color convert

RGB 207 185 63 -
CMYK 0 0.11 0.70 0.19
HSL 50.83º 0.6% 0.53% -
HSV(B) 50.83º 0.7% 0.81% -
XYZ 43.98 48.32 11.71 -
YUV 177.67 63.29 148.92 -
System Red Green Blue C M Y K H S L
Decimal 207 185 63 0 0.11 0.70 0.19 50.83 0.6 0.53
Hex CF B9 3F 0 B 46 13 33 3C 35
Octal 317 271 77 0 13 106 23 63 74 65
Binary 11001111 10111001 111111 0 1011 1000110 10011 110011 111100 110101

Color Harmonies of #CFB93F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB93F

Black with #CFB93F

Text Example


Text Example

White with #CFB93F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB93F; }

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

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

background-color css

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

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

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

border-color css

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

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

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