Html Css Color HEX #CED915 Barberry

📋 copy color: '#CED915'

red 206 ◦ green 217 ◦ blue 21

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

Shades of Barberry #CED915

Tints of Barberry #CED915

RGB

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

 GREEN value IS 217 (85.16% from 255) = 48.87%

 BLUE value IS 21 (8.59% from 255) = 4.73%

R = 46.4%
G = 48.87%
B = 4.73%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#CED915 (or 0xCED915) is known color: Barberry. HEX triplet: CE, D9 and 15. RGB value is (206,217,21). Sum of RGB (Red+Green+Blue) = 206+217+21=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 217 (85.16% from 255 or 48.87% from 444); Blue value is 21 (8.59% from 255 or 4.73% from 444); Max value from RGB is 217 - color contains mainly: green. Hex color #CED915 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED915 is #3126EA. Grayscale: #C0C0C0. Windows color (decimal): -3221227 or 1432014. OLE color: 1432014.

HSL color Cylindrical-coordinate representation of color #CED915: hue angle of 63.37º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CED915 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 217 21 -
CMYK 0.05 0 0.90 0.15
HSL 63.37º 0.82% 0.47% -
HSV(B) 63.37º 0.9% 0.85% -
XYZ 50.4 62.8 10.17 -
YUV 191.37 31.86 138.44 -
System Red Green Blue C M Y K H S L
Decimal 206 217 21 0.05 0 0.90 0.15 63.37 0.82 0.47
Hex CE D9 15 5 0 5A F 3F 52 2F
Octal 316 331 25 5 0 132 17 77 122 57
Binary 11001110 11011001 10101 101 0 1011010 1111 111111 1010010 101111

Color Harmonies of #CED915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED915

Black with #CED915

Text Example


Text Example

White with #CED915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED915; }

 p { color: rgb(206,217,21); }

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

background-color css

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

 a { background-color: rgb(206,217,21); }

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

border-color css

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

 span { border-color: rgb(206,217,21); }

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