Html Css Color HEX #CED122 Barberry

📋 copy color: '#CED122'

red 206 ◦ green 209 ◦ blue 34

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

Shades of Barberry #CED122

Tints of Barberry #CED122

RGB

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

 GREEN value IS 209 (82.03% from 255) = 46.55%

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

R = 45.88%
G = 46.55%
B = 7.57%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#CED122 (or 0xCED122) is known color: Barberry. HEX triplet: CE, D1 and 22. RGB value is (206,209,34). Sum of RGB (Red+Green+Blue) = 206+209+34=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 209 (82.03% from 255 or 46.55% from 449); Blue value is 34 (13.67% from 255 or 7.57% from 449); Max value from RGB is 209 - color contains mainly: green. Hex color #CED122 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED122 is #312EDD. Grayscale: #BCBCBC. Windows color (decimal): -3223262 or 2281934. OLE color: 2281934.

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

Color convert

RGB 206 209 34 -
CMYK 0.01 0 0.84 0.18
HSL 61.03º 0.72% 0.48% -
HSV(B) 61.03º 0.84% 0.82% -
XYZ 48.54 58.84 10.31 -
YUV 188.15 41.01 140.73 -
System Red Green Blue C M Y K H S L
Decimal 206 209 34 0.01 0 0.84 0.18 61.03 0.72 0.48
Hex CE D1 22 1 0 54 12 3D 48 30
Octal 316 321 42 1 0 124 22 75 110 60
Binary 11001110 11010001 100010 1 0 1010100 10010 111101 1001000 110000

Color Harmonies of #CED122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED122

Black with #CED122

Text Example


Text Example

White with #CED122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED122; }

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

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

background-color css

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

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

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

border-color css

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

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

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