Html Css Color HEX #CED521 Barberry

📋 copy color: '#CED521'

red 206 ◦ green 213 ◦ blue 33

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

Shades of Barberry #CED521

Tints of Barberry #CED521

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.12%

 BLUE value IS 33 (13.28% from 255) = 7.3%

R = 45.58%
G = 47.12%
B = 7.3%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#CED521 (or 0xCED521) is known color: Barberry. HEX triplet: CE, D5 and 21. RGB value is (206,213,33). Sum of RGB (Red+Green+Blue) = 206+213+33=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 213 (83.59% from 255 or 47.12% from 452); Blue value is 33 (13.28% from 255 or 7.30% from 452); Max value from RGB is 213 - color contains mainly: green. Hex color #CED521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED521 is #312ADE. Grayscale: #BFBFBF. Windows color (decimal): -3222239 or 2217422. OLE color: 2217422.

HSL color Cylindrical-coordinate representation of color #CED521: hue angle of 62.33º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CED521 is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 213 33 -
CMYK 0.03 0 0.85 0.16
HSL 62.33º 0.73% 0.48% -
HSV(B) 62.33º 0.85% 0.84% -
XYZ 49.52 60.82 10.57 -
YUV 190.39 39.18 139.14 -
System Red Green Blue C M Y K H S L
Decimal 206 213 33 0.03 0 0.85 0.16 62.33 0.73 0.48
Hex CE D5 21 3 0 55 10 3E 49 30
Octal 316 325 41 3 0 125 20 76 111 60
Binary 11001110 11010101 100001 11 0 1010101 10000 111110 1001001 110000

Color Harmonies of #CED521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED521

Black with #CED521

Text Example


Text Example

White with #CED521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED521; }

 p { color: rgb(206,213,33); }

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

background-color css

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

 a { background-color: rgb(206,213,33); }

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

border-color css

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

 span { border-color: rgb(206,213,33); }

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