Html Css Color HEX #CED222 Barberry

📋 copy color: '#CED222'

red 206 ◦ green 210 ◦ blue 34

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

Shades of Barberry #CED222

Tints of Barberry #CED222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.56%

R = 45.78%
G = 46.67%
B = 7.56%

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

#CED222 (or 0xCED222) is known color: Barberry. HEX triplet: CE, D2 and 22. RGB value is (206,210,34). Sum of RGB (Red+Green+Blue) = 206+210+34=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 210 (82.42% from 255 or 46.67% from 450); Blue value is 34 (13.67% from 255 or 7.56% from 450); Max value from RGB is 210 - color contains mainly: green. Hex color #CED222 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED222 is #312DDD. Grayscale: #BDBDBD. Windows color (decimal): -3223006 or 2282190. OLE color: 2282190.

HSL color Cylindrical-coordinate representation of color #CED222: hue angle of 61.36º degrees, saturation: 0.72, 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 #CED222 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 210 34 -
CMYK 0.02 0 0.84 0.18
HSL 61.36º 0.72% 0.48% -
HSV(B) 61.36º 0.84% 0.82% -
XYZ 48.79 59.33 10.39 -
YUV 188.74 40.67 140.31 -
System Red Green Blue C M Y K H S L
Decimal 206 210 34 0.02 0 0.84 0.18 61.36 0.72 0.48
Hex CE D2 22 2 0 54 12 3D 48 30
Octal 316 322 42 2 0 124 22 75 110 60
Binary 11001110 11010010 100010 10 0 1010100 10010 111101 1001000 110000

Color Harmonies of #CED222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED222

Black with #CED222

Text Example


Text Example

White with #CED222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED222; }

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

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

background-color css

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

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

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

border-color css

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

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

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