Html Css Color HEX #CEBC34 Old Gold

📋 copy color: '#CEBC34'

red 206 ◦ green 188 ◦ blue 52

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

Shades of Old Gold #CEBC34

Tints of Old Gold #CEBC34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.66%

R = 46.19%
G = 42.15%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CEBC34 (or 0xCEBC34) is known color: Old Gold. HEX triplet: CE, BC and 34. RGB value is (206,188,52). Sum of RGB (Red+Green+Blue) = 206+188+52=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 52 (20.70% from 255 or 11.66% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBC34 is #3143CB. Grayscale: #B2B2B2. Windows color (decimal): -3228620 or 3456206. OLE color: 3456206.

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

Color convert

RGB 206 188 52 -
CMYK 0 0.09 0.75 0.19
HSL 52.99º 0.61% 0.51% -
HSV(B) 52.99º 0.75% 0.81% -
XYZ 44.06 49.34 10.45 -
YUV 177.88 56.96 148.06 -
System Red Green Blue C M Y K H S L
Decimal 206 188 52 0 0.09 0.75 0.19 52.99 0.61 0.51
Hex CE BC 34 0 9 4B 13 35 3D 33
Octal 316 274 64 0 11 113 23 65 75 63
Binary 11001110 10111100 110100 0 1001 1001011 10011 110101 111101 110011

Color Harmonies of #CEBC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBC34

Black with #CEBC34

Text Example


Text Example

White with #CEBC34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBC34; }

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

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

background-color css

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

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

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

border-color css

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

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

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