Html Css Color HEX #CEBD42 Old Gold

📋 copy color: '#CEBD42'

red 206 ◦ green 189 ◦ blue 66

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

Shades of Old Gold #CEBD42

Tints of Old Gold #CEBD42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.32%

R = 44.69%
G = 41%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CEBD42 (or 0xCEBD42) is known color: Old Gold. HEX triplet: CE, BD and 42. RGB value is (206,189,66). Sum of RGB (Red+Green+Blue) = 206+189+66=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 189 (74.22% from 255 or 41.00% from 461); Blue value is 66 (26.17% from 255 or 14.32% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBD42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBD42 is #3142BD. Grayscale: #B4B4B4. Windows color (decimal): -3228350 or 4373966. OLE color: 4373966.

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

Color convert

RGB 206 189 66 -
CMYK 0 0.08 0.68 0.19
HSL 52.71º 0.59% 0.53% -
HSV(B) 52.71º 0.68% 0.81% -
XYZ 44.63 49.91 12.44 -
YUV 180.06 63.63 146.5 -
System Red Green Blue C M Y K H S L
Decimal 206 189 66 0 0.08 0.68 0.19 52.71 0.59 0.53
Hex CE BD 42 0 8 44 13 35 3B 35
Octal 316 275 102 0 10 104 23 65 73 65
Binary 11001110 10111101 1000010 0 1000 1000100 10011 110101 111011 110101

Color Harmonies of #CEBD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBD42

Black with #CEBD42

Text Example


Text Example

White with #CEBD42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBD42; }

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

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

background-color css

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

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

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

border-color css

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

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

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