Html Css Color HEX #CEBD2D Old Gold

📋 copy color: '#CEBD2D'

red 206 ◦ green 189 ◦ blue 45

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

Shades of Old Gold #CEBD2D

Tints of Old Gold #CEBD2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.23%

R = 46.82%
G = 42.95%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CEBD2D (or 0xCEBD2D) is known color: Old Gold. HEX triplet: CE, BD and 2D. RGB value is (206,189,45). Sum of RGB (Red+Green+Blue) = 206+189+45=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 189 (74.22% from 255 or 42.95% from 440); Blue value is 45 (17.97% from 255 or 10.23% from 440); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBD2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBD2D is #3142D2. Grayscale: #B2B2B2. Windows color (decimal): -3228371 or 2997710. OLE color: 2997710.

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

Color convert

RGB 206 189 45 -
CMYK 0 0.08 0.78 0.19
HSL 53.66º 0.64% 0.49% -
HSV(B) 53.66º 0.78% 0.81% -
XYZ 44.12 49.71 9.75 -
YUV 177.67 53.13 148.21 -
System Red Green Blue C M Y K H S L
Decimal 206 189 45 0 0.08 0.78 0.19 53.66 0.64 0.49
Hex CE BD 2D 0 8 4E 13 36 40 31
Octal 316 275 55 0 10 116 23 66 100 61
Binary 11001110 10111101 101101 0 1000 1001110 10011 110110 1000000 110001

Color Harmonies of #CEBD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBD2D

Black with #CEBD2D

Text Example


Text Example

White with #CEBD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBD2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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