Html Css Color HEX #CEBF42 Old Gold

📋 copy color: '#CEBF42'

red 206 ◦ green 191 ◦ blue 66

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

Shades of Old Gold #CEBF42

Tints of Old Gold #CEBF42

RGB

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

 GREEN value IS 191 (75% from 255) = 41.25%

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

R = 44.49%
G = 41.25%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CEBF42 (or 0xCEBF42) is known color: Old Gold. HEX triplet: CE, BF and 42. RGB value is (206,191,66). Sum of RGB (Red+Green+Blue) = 206+191+66=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 191 (75% from 255 or 41.25% from 463); Blue value is 66 (26.17% from 255 or 14.25% from 463); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBF42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBF42 is #3140BD. Grayscale: #B5B5B5. Windows color (decimal): -3227838 or 4374478. OLE color: 4374478.

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

Color convert

RGB 206 191 66 -
CMYK 0 0.07 0.68 0.19
HSL 53.57º 0.59% 0.53% -
HSV(B) 53.57º 0.68% 0.81% -
XYZ 45.07 50.78 12.58 -
YUV 181.24 62.97 145.66 -
System Red Green Blue C M Y K H S L
Decimal 206 191 66 0 0.07 0.68 0.19 53.57 0.59 0.53
Hex CE BF 42 0 7 44 13 36 3B 35
Octal 316 277 102 0 7 104 23 66 73 65
Binary 11001110 10111111 1000010 0 111 1000100 10011 110110 111011 110101

Color Harmonies of #CEBF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBF42

Black with #CEBF42

Text Example


Text Example

White with #CEBF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBF42; }

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

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

background-color css

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

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

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

border-color css

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

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

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