Html Css Color HEX #CED121 Barberry

📋 copy color: '#CED121'

red 206 ◦ green 209 ◦ blue 33

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

Shades of Barberry #CED121

Tints of Barberry #CED121

RGB

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

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

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

R = 45.98%
G = 46.65%
B = 7.37%

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

#CED121 (or 0xCED121) is known color: Barberry. HEX triplet: CE, D1 and 21. RGB value is (206,209,33). Sum of RGB (Red+Green+Blue) = 206+209+33=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 209 (82.03% from 255 or 46.65% from 448); Blue value is 33 (13.28% from 255 or 7.37% from 448); Max value from RGB is 209 - color contains mainly: green. Hex color #CED121 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED121 is #312EDE. Grayscale: #BCBCBC. Windows color (decimal): -3223263 or 2216398. OLE color: 2216398.

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

Color convert

RGB 206 209 33 -
CMYK 0.01 0 0.84 0.18
HSL 61.02º 0.73% 0.47% -
HSV(B) 61.02º 0.84% 0.82% -
XYZ 48.53 58.83 10.24 -
YUV 188.04 40.51 140.81 -
System Red Green Blue C M Y K H S L
Decimal 206 209 33 0.01 0 0.84 0.18 61.02 0.73 0.47
Hex CE D1 21 1 0 54 12 3D 49 2F
Octal 316 321 41 1 0 124 22 75 111 57
Binary 11001110 11010001 100001 1 0 1010100 10010 111101 1001001 101111

Color Harmonies of #CED121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED121

Black with #CED121

Text Example


Text Example

White with #CED121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED121; }

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

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

background-color css

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

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

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

border-color css

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

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

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