Html Css Color HEX #CEDC17 Barberry

📋 copy color: '#CEDC17'

red 206 ◦ green 220 ◦ blue 23

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

Shades of Barberry #CEDC17

Tints of Barberry #CEDC17

RGB

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

 GREEN value IS 220 (86.33% from 255) = 49%

 BLUE value IS 23 (9.38% from 255) = 5.12%

R = 45.88%
G = 49%
B = 5.12%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#CEDC17 (or 0xCEDC17) is known color: Barberry. HEX triplet: CE, DC and 17. RGB value is (206,220,23). Sum of RGB (Red+Green+Blue) = 206+220+23=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 220 (86.33% from 255 or 49.00% from 449); Blue value is 23 (9.38% from 255 or 5.12% from 449); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDC17 is #3123E8. Grayscale: #C2C2C2. Windows color (decimal): -3220457 or 1563854. OLE color: 1563854.

HSL color Cylindrical-coordinate representation of color #CEDC17: hue angle of 64.26º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CEDC17 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 220 23 -
CMYK 0.06 0 0.90 0.14
HSL 64.26º 0.81% 0.48% -
HSV(B) 64.26º 0.9% 0.86% -
XYZ 51.2 64.37 10.54 -
YUV 193.36 31.86 137.02 -
System Red Green Blue C M Y K H S L
Decimal 206 220 23 0.06 0 0.90 0.14 64.26 0.81 0.48
Hex CE DC 17 6 0 5A E 40 51 30
Octal 316 334 27 6 0 132 16 100 121 60
Binary 11001110 11011100 10111 110 0 1011010 1110 1000000 1010001 110000

Color Harmonies of #CEDC17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDC17

Black with #CEDC17

Text Example


Text Example

White with #CEDC17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDC17; }

 p { color: rgb(206,220,23); }

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

background-color css

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

 a { background-color: rgb(206,220,23); }

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

border-color css

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

 span { border-color: rgb(206,220,23); }

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