Html Css Color HEX #CEAC43 Old Gold

📋 copy color: '#CEAC43'

red 206 ◦ green 172 ◦ blue 67

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

Shades of Old Gold #CEAC43

Tints of Old Gold #CEAC43

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.65%

 BLUE value IS 67 (26.56% from 255) = 15.06%

R = 46.29%
G = 38.65%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CEAC43 (or 0xCEAC43) is known color: Old Gold. HEX triplet: CE, AC and 43. RGB value is (206,172,67). Sum of RGB (Red+Green+Blue) = 206+172+67=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 172 (67.58% from 255 or 38.65% from 445); Blue value is 67 (26.56% from 255 or 15.06% from 445); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAC43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAC43 is #3153BC. Grayscale: #AAAAAA. Windows color (decimal): -3232701 or 4435150. OLE color: 4435150.

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

Color convert

RGB 206 172 67 -
CMYK 0 0.17 0.67 0.19
HSL 45.32º 0.59% 0.54% -
HSV(B) 45.32º 0.67% 0.81% -
XYZ 41.22 43.03 11.44 -
YUV 170.2 69.76 153.54 -
System Red Green Blue C M Y K H S L
Decimal 206 172 67 0 0.17 0.67 0.19 45.32 0.59 0.54
Hex CE AC 43 0 11 43 13 2D 3B 36
Octal 316 254 103 0 21 103 23 55 73 66
Binary 11001110 10101100 1000011 0 10001 1000011 10011 101101 111011 110110

Color Harmonies of #CEAC43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAC43

Black with #CEAC43

Text Example


Text Example

White with #CEAC43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAC43; }

 p { color: rgb(206,172,67); }

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

background-color css

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

 a { background-color: rgb(206,172,67); }

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

border-color css

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

 span { border-color: rgb(206,172,67); }

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