Html Css Color HEX #CED021 Barberry

📋 copy color: '#CED021'

red 206 ◦ green 208 ◦ blue 33

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

Shades of Barberry #CED021

Tints of Barberry #CED021

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.53%

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

R = 46.09%
G = 46.53%
B = 7.38%

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

#CED021 (or 0xCED021) is known color: Barberry. HEX triplet: CE, D0 and 21. RGB value is (206,208,33). Sum of RGB (Red+Green+Blue) = 206+208+33=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 208 (81.64% from 255 or 46.53% from 447); Blue value is 33 (13.28% from 255 or 7.38% from 447); Max value from RGB is 208 - color contains mainly: green. Hex color #CED021 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED021 is #312FDE. Grayscale: #BCBCBC. Windows color (decimal): -3223519 or 2216142. OLE color: 2216142.

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

Color convert

RGB 206 208 33 -
CMYK 0.01 0 0.84 0.18
HSL 60.69º 0.73% 0.47% -
HSV(B) 60.69º 0.84% 0.82% -
XYZ 48.28 58.34 10.16 -
YUV 187.45 40.84 141.23 -
System Red Green Blue C M Y K H S L
Decimal 206 208 33 0.01 0 0.84 0.18 60.69 0.73 0.47
Hex CE D0 21 1 0 54 12 3D 49 2F
Octal 316 320 41 1 0 124 22 75 111 57
Binary 11001110 11010000 100001 1 0 1010100 10010 111101 1001001 101111

Color Harmonies of #CED021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED021

Black with #CED021

Text Example


Text Example

White with #CED021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED021; }

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

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

background-color css

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

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

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

border-color css

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

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

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