Html Css Color HEX #CED221 Barberry

📋 copy color: '#CED221'

red 206 ◦ green 210 ◦ blue 33

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

Shades of Barberry #CED221

Tints of Barberry #CED221

RGB

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

 GREEN value IS 210 (82.42% from 255) = 46.77%

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

R = 45.88%
G = 46.77%
B = 7.35%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#CED221 (or 0xCED221) is known color: Barberry. HEX triplet: CE, D2 and 21. RGB value is (206,210,33). Sum of RGB (Red+Green+Blue) = 206+210+33=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 210 (82.42% from 255 or 46.77% from 449); Blue value is 33 (13.28% from 255 or 7.35% from 449); Max value from RGB is 210 - color contains mainly: green. Hex color #CED221 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED221 is #312DDE. Grayscale: #BDBDBD. Windows color (decimal): -3223007 or 2216654. OLE color: 2216654.

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

Color convert

RGB 206 210 33 -
CMYK 0.02 0 0.84 0.18
HSL 61.36º 0.73% 0.48% -
HSV(B) 61.36º 0.84% 0.82% -
XYZ 48.77 59.32 10.32 -
YUV 188.63 40.17 140.39 -
System Red Green Blue C M Y K H S L
Decimal 206 210 33 0.02 0 0.84 0.18 61.36 0.73 0.48
Hex CE D2 21 2 0 54 12 3D 49 30
Octal 316 322 41 2 0 124 22 75 111 60
Binary 11001110 11010010 100001 10 0 1010100 10010 111101 1001001 110000

Color Harmonies of #CED221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED221

Black with #CED221

Text Example


Text Example

White with #CED221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED221; }

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

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

background-color css

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

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

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

border-color css

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

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

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