Html Css Color HEX #CEBD3C Old Gold

📋 copy color: '#CEBD3C'

red 206 ◦ green 189 ◦ blue 60

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

Shades of Old Gold #CEBD3C

Tints of Old Gold #CEBD3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.19%

R = 45.27%
G = 41.54%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CEBD3C (or 0xCEBD3C) is known color: Old Gold. HEX triplet: CE, BD and 3C. RGB value is (206,189,60). Sum of RGB (Red+Green+Blue) = 206+189+60=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 189 (74.22% from 255 or 41.54% from 455); Blue value is 60 (23.83% from 255 or 13.19% from 455); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBD3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBD3C is #3142C3. Grayscale: #B3B3B3. Windows color (decimal): -3228356 or 3980750. OLE color: 3980750.

HSL color Cylindrical-coordinate representation of color #CEBD3C: hue angle of 53.01º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CEBD3C is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 189 60 -
CMYK 0 0.08 0.71 0.19
HSL 53.01º 0.6% 0.52% -
HSV(B) 53.01º 0.71% 0.81% -
XYZ 44.47 49.84 11.55 -
YUV 179.38 60.63 146.99 -
System Red Green Blue C M Y K H S L
Decimal 206 189 60 0 0.08 0.71 0.19 53.01 0.6 0.52
Hex CE BD 3C 0 8 47 13 35 3C 34
Octal 316 275 74 0 10 107 23 65 74 64
Binary 11001110 10111101 111100 0 1000 1000111 10011 110101 111100 110100

Color Harmonies of #CEBD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBD3C

Black with #CEBD3C

Text Example


Text Example

White with #CEBD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBD3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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