Html Css Color HEX #CFB93A Old Gold

📋 copy color: '#CFB93A'

red 207 ◦ green 185 ◦ blue 58

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

Shades of Old Gold #CFB93A

Tints of Old Gold #CFB93A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.89%

R = 46%
G = 41.11%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CFB93A (or 0xCFB93A) is known color: Old Gold. HEX triplet: CF, B9 and 3A. RGB value is (207,185,58). Sum of RGB (Red+Green+Blue) = 207+185+58=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 185 (72.66% from 255 or 41.11% from 450); Blue value is 58 (23.05% from 255 or 12.89% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB93A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB93A is #3046C5. Grayscale: #B1B1B1. Windows color (decimal): -3163846 or 3848655. OLE color: 3848655.

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

Color convert

RGB 207 185 58 -
CMYK 0 0.11 0.72 0.19
HSL 51.14º 0.61% 0.52% -
HSV(B) 51.14º 0.72% 0.81% -
XYZ 43.84 48.27 11.01 -
YUV 177.1 60.79 149.33 -
System Red Green Blue C M Y K H S L
Decimal 207 185 58 0 0.11 0.72 0.19 51.14 0.61 0.52
Hex CF B9 3A 0 B 48 13 33 3D 34
Octal 317 271 72 0 13 110 23 63 75 64
Binary 11001111 10111001 111010 0 1011 1001000 10011 110011 111101 110100

Color Harmonies of #CFB93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB93A

Black with #CFB93A

Text Example


Text Example

White with #CFB93A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB93A; }

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

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

background-color css

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

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

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

border-color css

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

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

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