Html Css Color HEX #CEDD14 Barberry

📋 copy color: '#CEDD14'

red 206 ◦ green 221 ◦ blue 20

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

Shades of Barberry #CEDD14

Tints of Barberry #CEDD14

RGB

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

 GREEN value IS 221 (86.72% from 255) = 49.44%

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

R = 46.09%
G = 49.44%
B = 4.47%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#CEDD14 (or 0xCEDD14) is known color: Barberry. HEX triplet: CE, DD and 14. RGB value is (206,221,20). Sum of RGB (Red+Green+Blue) = 206+221+20=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 221 (86.72% from 255 or 49.44% from 447); Blue value is 20 (8.20% from 255 or 4.47% from 447); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDD14 is #3122EB. Grayscale: #C2C2C2. Windows color (decimal): -3220204 or 1367502. OLE color: 1367502.

HSL color Cylindrical-coordinate representation of color #CEDD14: hue angle of 64.48º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CEDD14 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 221 20 -
CMYK 0.07 0 0.91 0.13
HSL 64.48º 0.83% 0.47% -
HSV(B) 64.48º 0.91% 0.87% -
XYZ 51.44 64.89 10.47 -
YUV 193.6 30.03 136.84 -
System Red Green Blue C M Y K H S L
Decimal 206 221 20 0.07 0 0.91 0.13 64.48 0.83 0.47
Hex CE DD 14 7 0 5B D 40 53 2F
Octal 316 335 24 7 0 133 15 100 123 57
Binary 11001110 11011101 10100 111 0 1011011 1101 1000000 1010011 101111

Color Harmonies of #CEDD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDD14

Black with #CEDD14

Text Example


Text Example

White with #CEDD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDD14; }

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

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

background-color css

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

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

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

border-color css

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

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

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