Html Css Color HEX #CEBC30 Old Gold

📋 copy color: '#CEBC30'

red 206 ◦ green 188 ◦ blue 48

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

Shades of Old Gold #CEBC30

Tints of Old Gold #CEBC30

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.53%

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

R = 46.61%
G = 42.53%
B = 10.86%

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

#CEBC30 (or 0xCEBC30) is known color: Old Gold. HEX triplet: CE, BC and 30. RGB value is (206,188,48). Sum of RGB (Red+Green+Blue) = 206+188+48=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 188 (73.83% from 255 or 42.53% from 442); Blue value is 48 (19.14% from 255 or 10.86% from 442); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBC30 is #3143CF. Grayscale: #B1B1B1. Windows color (decimal): -3228624 or 3194062. OLE color: 3194062.

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

Color convert

RGB 206 188 48 -
CMYK 0 0.09 0.77 0.19
HSL 53.16º 0.62% 0.5% -
HSV(B) 53.16º 0.77% 0.81% -
XYZ 43.97 49.3 9.99 -
YUV 177.42 54.96 148.38 -
System Red Green Blue C M Y K H S L
Decimal 206 188 48 0 0.09 0.77 0.19 53.16 0.62 0.5
Hex CE BC 30 0 9 4D 13 35 3E 32
Octal 316 274 60 0 11 115 23 65 76 62
Binary 11001110 10111100 110000 0 1001 1001101 10011 110101 111110 110010

Color Harmonies of #CEBC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBC30

Black with #CEBC30

Text Example


Text Example

White with #CEBC30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBC30; }

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

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

background-color css

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

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

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

border-color css

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

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

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