Html Css Color HEX #CEC228 Barberry

📋 copy color: '#CEC228'

red 206 ◦ green 194 ◦ blue 40

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

Shades of Barberry #CEC228

Tints of Barberry #CEC228

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.09%

 BLUE value IS 40 (16.02% from 255) = 9.09%

R = 46.82%
G = 44.09%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CEC228 (or 0xCEC228) is known color: Barberry. HEX triplet: CE, C2 and 28. RGB value is (206,194,40). Sum of RGB (Red+Green+Blue) = 206+194+40=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 194 (76.17% from 255 or 44.09% from 440); Blue value is 40 (16.02% from 255 or 9.09% from 440); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC228 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC228 is #313DD7. Grayscale: #B4B4B4. Windows color (decimal): -3227096 or 2671310. OLE color: 2671310.

HSL color Cylindrical-coordinate representation of color #CEC228: hue angle of 55.66º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CEC228 is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 194 40 -
CMYK 0 0.06 0.81 0.19
HSL 55.66º 0.67% 0.48% -
HSV(B) 55.66º 0.81% 0.81% -
XYZ 45.13 51.86 9.64 -
YUV 180.03 48.98 146.52 -
System Red Green Blue C M Y K H S L
Decimal 206 194 40 0 0.06 0.81 0.19 55.66 0.67 0.48
Hex CE C2 28 0 6 51 13 38 43 30
Octal 316 302 50 0 6 121 23 70 103 60
Binary 11001110 11000010 101000 0 110 1010001 10011 111000 1000011 110000

Color Harmonies of #CEC228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC228

Black with #CEC228

Text Example


Text Example

White with #CEC228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC228; }

 p { color: rgb(206,194,40); }

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

background-color css

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

 a { background-color: rgb(206,194,40); }

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

border-color css

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

 span { border-color: rgb(206,194,40); }

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