Html Css Color HEX #CED018 Barberry

📋 copy color: '#CED018'

red 206 ◦ green 208 ◦ blue 24

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

Shades of Barberry #CED018

Tints of Barberry #CED018

RGB

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

 GREEN value IS 208 (81.64% from 255) = 47.49%

 BLUE value IS 24 (9.77% from 255) = 5.48%

R = 47.03%
G = 47.49%
B = 5.48%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#CED018 (or 0xCED018) is known color: Barberry. HEX triplet: CE, D0 and 18. RGB value is (206,208,24). Sum of RGB (Red+Green+Blue) = 206+208+24=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 208 (81.64% from 255 or 47.49% from 438); Blue value is 24 (9.77% from 255 or 5.48% from 438); Max value from RGB is 208 - color contains mainly: green. Hex color #CED018 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED018 is #312FE7. Grayscale: #BBBBBB. Windows color (decimal): -3223528 or 1626318. OLE color: 1626318.

HSL color Cylindrical-coordinate representation of color #CED018: hue angle of 60.65º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CED018 is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 208 24 -
CMYK 0.01 0 0.88 0.18
HSL 60.65º 0.79% 0.45% -
HSV(B) 60.65º 0.88% 0.82% -
XYZ 48.17 58.3 9.58 -
YUV 186.43 36.34 141.96 -
System Red Green Blue C M Y K H S L
Decimal 206 208 24 0.01 0 0.88 0.18 60.65 0.79 0.45
Hex CE D0 18 1 0 58 12 3D 4F 2D
Octal 316 320 30 1 0 130 22 75 117 55
Binary 11001110 11010000 11000 1 0 1011000 10010 111101 1001111 101101

Color Harmonies of #CED018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED018

Black with #CED018

Text Example


Text Example

White with #CED018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED018; }

 p { color: rgb(206,208,24); }

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

background-color css

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

 a { background-color: rgb(206,208,24); }

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

border-color css

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

 span { border-color: rgb(206,208,24); }

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