Html Css Color HEX #CEBC41 Old Gold

📋 copy color: '#CEBC41'

red 206 ◦ green 188 ◦ blue 65

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

Shades of Old Gold #CEBC41

Tints of Old Gold #CEBC41

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.96%

 BLUE value IS 65 (25.78% from 255) = 14.16%

R = 44.88%
G = 40.96%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CEBC41 (or 0xCEBC41) is known color: Old Gold. HEX triplet: CE, BC and 41. RGB value is (206,188,65). Sum of RGB (Red+Green+Blue) = 206+188+65=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 188 (73.83% from 255 or 40.96% from 459); Blue value is 65 (25.78% from 255 or 14.16% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBC41 is #3143BE. Grayscale: #B3B3B3. Windows color (decimal): -3228607 or 4308174. OLE color: 4308174.

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

Color convert

RGB 206 188 65 -
CMYK 0 0.09 0.68 0.19
HSL 52.34º 0.59% 0.53% -
HSV(B) 52.34º 0.68% 0.81% -
XYZ 44.39 49.47 12.21 -
YUV 179.36 63.46 147 -
System Red Green Blue C M Y K H S L
Decimal 206 188 65 0 0.09 0.68 0.19 52.34 0.59 0.53
Hex CE BC 41 0 9 44 13 34 3B 35
Octal 316 274 101 0 11 104 23 64 73 65
Binary 11001110 10111100 1000001 0 1001 1000100 10011 110100 111011 110101

Color Harmonies of #CEBC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBC41

Black with #CEBC41

Text Example


Text Example

White with #CEBC41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBC41; }

 p { color: rgb(206,188,65); }

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

background-color css

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

 a { background-color: rgb(206,188,65); }

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

border-color css

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

 span { border-color: rgb(206,188,65); }

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