Html Css Color HEX #CED914 Barberry

📋 copy color: '#CED914'

red 206 ◦ green 217 ◦ blue 20

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

Shades of Barberry #CED914

Tints of Barberry #CED914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.51%

R = 46.5%
G = 48.98%
B = 4.51%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#CED914 (or 0xCED914) is known color: Barberry. HEX triplet: CE, D9 and 14. RGB value is (206,217,20). Sum of RGB (Red+Green+Blue) = 206+217+20=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 217 (85.16% from 255 or 48.98% from 443); Blue value is 20 (8.20% from 255 or 4.51% from 443); Max value from RGB is 217 - color contains mainly: green. Hex color #CED914 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED914 is #3126EB. Grayscale: #C0C0C0. Windows color (decimal): -3221228 or 1366478. OLE color: 1366478.

HSL color Cylindrical-coordinate representation of color #CED914: hue angle of 63.35º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CED914 is Cyan = 0.05, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 217 20 -
CMYK 0.05 0 0.91 0.15
HSL 63.35º 0.83% 0.46% -
HSV(B) 63.35º 0.91% 0.85% -
XYZ 50.39 62.8 10.13 -
YUV 191.25 31.36 138.52 -
System Red Green Blue C M Y K H S L
Decimal 206 217 20 0.05 0 0.91 0.15 63.35 0.83 0.46
Hex CE D9 14 5 0 5B F 3F 53 2E
Octal 316 331 24 5 0 133 17 77 123 56
Binary 11001110 11011001 10100 101 0 1011011 1111 111111 1010011 101110

Color Harmonies of #CED914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED914

Black with #CED914

Text Example


Text Example

White with #CED914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED914; }

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

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

background-color css

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

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

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

border-color css

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

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

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