Html Css Color HEX #CEAF3F Old Gold

📋 copy color: '#CEAF3F'

red 206 ◦ green 175 ◦ blue 63

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

Shades of Old Gold #CEAF3F

Tints of Old Gold #CEAF3F

RGB

 RED value IS 206 (80.86% from 255) = 46.4%

 GREEN value IS 175 (68.75% from 255) = 39.41%

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

R = 46.4%
G = 39.41%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CEAF3F (or 0xCEAF3F) is known color: Old Gold. HEX triplet: CE, AF and 3F. RGB value is (206,175,63). Sum of RGB (Red+Green+Blue) = 206+175+63=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 175 (68.75% from 255 or 39.41% from 444); Blue value is 63 (25% from 255 or 14.19% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAF3F is #3150C0. Grayscale: #ABABAB. Windows color (decimal): -3231937 or 4173774. OLE color: 4173774.

HSL color Cylindrical-coordinate representation of color #CEAF3F: hue angle of 46.99º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CEAF3F is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 175 63 -
CMYK 0 0.15 0.69 0.19
HSL 46.99º 0.59% 0.53% -
HSV(B) 46.99º 0.69% 0.81% -
XYZ 41.68 44.14 11.03 -
YUV 171.5 66.77 152.61 -
System Red Green Blue C M Y K H S L
Decimal 206 175 63 0 0.15 0.69 0.19 46.99 0.59 0.53
Hex CE AF 3F 0 F 45 13 2F 3B 35
Octal 316 257 77 0 17 105 23 57 73 65
Binary 11001110 10101111 111111 0 1111 1000101 10011 101111 111011 110101

Color Harmonies of #CEAF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAF3F

Black with #CEAF3F

Text Example


Text Example

White with #CEAF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAF3F; }

 p { color: rgb(206,175,63); }

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

background-color css

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

 a { background-color: rgb(206,175,63); }

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

border-color css

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

 span { border-color: rgb(206,175,63); }

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