Html Css Color HEX #CED21C Barberry

📋 copy color: '#CED21C'

red 206 ◦ green 210 ◦ blue 28

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

Shades of Barberry #CED21C

Tints of Barberry #CED21C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.31%

R = 46.4%
G = 47.3%
B = 6.31%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#CED21C (or 0xCED21C) is known color: Barberry. HEX triplet: CE, D2 and 1C. RGB value is (206,210,28). Sum of RGB (Red+Green+Blue) = 206+210+28=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 210 (82.42% from 255 or 47.30% from 444); Blue value is 28 (11.33% from 255 or 6.31% from 444); Max value from RGB is 210 - color contains mainly: green. Hex color #CED21C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED21C is #312DE3. Grayscale: #BCBCBC. Windows color (decimal): -3223012 or 1888974. OLE color: 1888974.

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

Color convert

RGB 206 210 28 -
CMYK 0.02 0 0.87 0.18
HSL 61.32º 0.76% 0.47% -
HSV(B) 61.32º 0.87% 0.82% -
XYZ 48.71 59.3 9.98 -
YUV 188.06 37.67 140.8 -
System Red Green Blue C M Y K H S L
Decimal 206 210 28 0.02 0 0.87 0.18 61.32 0.76 0.47
Hex CE D2 1C 2 0 57 12 3D 4C 2F
Octal 316 322 34 2 0 127 22 75 114 57
Binary 11001110 11010010 11100 10 0 1010111 10010 111101 1001100 101111

Color Harmonies of #CED21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED21C

Black with #CED21C

Text Example


Text Example

White with #CED21C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED21C; }

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

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

background-color css

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

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

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

border-color css

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

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

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