Html Css Color HEX #CEBD34 Old Gold

📋 copy color: '#CEBD34'

red 206 ◦ green 189 ◦ blue 52

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

Shades of Old Gold #CEBD34

Tints of Old Gold #CEBD34

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.28%

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

R = 46.09%
G = 42.28%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CEBD34 (or 0xCEBD34) is known color: Old Gold. HEX triplet: CE, BD and 34. RGB value is (206,189,52). Sum of RGB (Red+Green+Blue) = 206+189+52=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 189 (74.22% from 255 or 42.28% from 447); Blue value is 52 (20.70% from 255 or 11.63% from 447); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBD34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBD34 is #3142CB. Grayscale: #B3B3B3. Windows color (decimal): -3228364 or 3456462. OLE color: 3456462.

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

Color convert

RGB 206 189 52 -
CMYK 0 0.08 0.75 0.19
HSL 53.38º 0.61% 0.51% -
HSV(B) 53.38º 0.75% 0.81% -
XYZ 44.27 49.76 10.52 -
YUV 178.47 56.63 147.64 -
System Red Green Blue C M Y K H S L
Decimal 206 189 52 0 0.08 0.75 0.19 53.38 0.61 0.51
Hex CE BD 34 0 8 4B 13 35 3D 33
Octal 316 275 64 0 10 113 23 65 75 63
Binary 11001110 10111101 110100 0 1000 1001011 10011 110101 111101 110011

Color Harmonies of #CEBD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBD34

Black with #CEBD34

Text Example


Text Example

White with #CEBD34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBD34; }

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

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

background-color css

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

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

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

border-color css

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

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

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