Html Css Color HEX #CEBB30 Old Gold

📋 copy color: '#CEBB30'

red 206 ◦ green 187 ◦ blue 48

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

Shades of Old Gold #CEBB30

Tints of Old Gold #CEBB30

RGB

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

 GREEN value IS 187 (73.44% from 255) = 42.4%

 BLUE value IS 48 (19.14% from 255) = 10.88%

R = 46.71%
G = 42.4%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CEBB30 (or 0xCEBB30) is known color: Old Gold. HEX triplet: CE, BB and 30. RGB value is (206,187,48). Sum of RGB (Red+Green+Blue) = 206+187+48=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 187 (73.44% from 255 or 42.40% from 441); Blue value is 48 (19.14% from 255 or 10.88% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBB30 is #3144CF. Grayscale: #B1B1B1. Windows color (decimal): -3228880 or 3193806. OLE color: 3193806.

HSL color Cylindrical-coordinate representation of color #CEBB30: hue angle of 52.78º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CEBB30 is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 187 48 -
CMYK 0 0.09 0.77 0.19
HSL 52.78º 0.62% 0.5% -
HSV(B) 52.78º 0.77% 0.81% -
XYZ 43.76 48.88 9.92 -
YUV 176.84 55.29 148.8 -
System Red Green Blue C M Y K H S L
Decimal 206 187 48 0 0.09 0.77 0.19 52.78 0.62 0.5
Hex CE BB 30 0 9 4D 13 35 3E 32
Octal 316 273 60 0 11 115 23 65 76 62
Binary 11001110 10111011 110000 0 1001 1001101 10011 110101 111110 110010

Color Harmonies of #CEBB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBB30

Black with #CEBB30

Text Example


Text Example

White with #CEBB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBB30; }

 p { color: rgb(206,187,48); }

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

background-color css

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

 a { background-color: rgb(206,187,48); }

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

border-color css

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

 span { border-color: rgb(206,187,48); }

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