Html Css Color HEX #CFB33F Old Gold

📋 copy color: '#CFB33F'

red 207 ◦ green 179 ◦ blue 63

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

Shades of Old Gold #CFB33F

Tints of Old Gold #CFB33F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.87%

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

R = 46.1%
G = 39.87%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CFB33F (or 0xCFB33F) is known color: Old Gold. HEX triplet: CF, B3 and 3F. RGB value is (207,179,63). Sum of RGB (Red+Green+Blue) = 207+179+63=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 179 (70.31% from 255 or 39.87% from 449); Blue value is 63 (25% from 255 or 14.03% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB33F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB33F is #304CC0. Grayscale: #AEAEAE. Windows color (decimal): -3165377 or 4174799. OLE color: 4174799.

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

Color convert

RGB 207 179 63 -
CMYK 0 0.14 0.70 0.19
HSL 48.33º 0.6% 0.53% -
HSV(B) 48.33º 0.7% 0.81% -
XYZ 42.75 45.86 11.3 -
YUV 174.15 65.28 151.43 -
System Red Green Blue C M Y K H S L
Decimal 207 179 63 0 0.14 0.70 0.19 48.33 0.6 0.53
Hex CF B3 3F 0 E 46 13 30 3C 35
Octal 317 263 77 0 16 106 23 60 74 65
Binary 11001111 10110011 111111 0 1110 1000110 10011 110000 111100 110101

Color Harmonies of #CFB33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB33F

Black with #CFB33F

Text Example


Text Example

White with #CFB33F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB33F; }

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

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

background-color css

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

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

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

border-color css

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

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

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