Html Css Color HEX #CED321 Barberry

📋 copy color: '#CED321'

red 206 ◦ green 211 ◦ blue 33

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

Shades of Barberry #CED321

Tints of Barberry #CED321

RGB

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

 GREEN value IS 211 (82.81% from 255) = 46.89%

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

R = 45.78%
G = 46.89%
B = 7.33%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#CED321 (or 0xCED321) is known color: Barberry. HEX triplet: CE, D3 and 21. RGB value is (206,211,33). Sum of RGB (Red+Green+Blue) = 206+211+33=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 211 (82.81% from 255 or 46.89% from 450); Blue value is 33 (13.28% from 255 or 7.33% from 450); Max value from RGB is 211 - color contains mainly: green. Hex color #CED321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED321 is #312CDE. Grayscale: #BDBDBD. Windows color (decimal): -3222751 or 2216910. OLE color: 2216910.

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

Color convert

RGB 206 211 33 -
CMYK 0.02 0 0.84 0.17
HSL 61.69º 0.73% 0.48% -
HSV(B) 61.69º 0.84% 0.83% -
XYZ 49.02 59.82 10.4 -
YUV 189.21 39.84 139.97 -
System Red Green Blue C M Y K H S L
Decimal 206 211 33 0.02 0 0.84 0.17 61.69 0.73 0.48
Hex CE D3 21 2 0 54 11 3E 49 30
Octal 316 323 41 2 0 124 21 76 111 60
Binary 11001110 11010011 100001 10 0 1010100 10001 111110 1001001 110000

Color Harmonies of #CED321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED321

Black with #CED321

Text Example


Text Example

White with #CED321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED321; }

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

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

background-color css

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

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

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

border-color css

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

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

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