Html Css Color HEX #CED218 Barberry

📋 copy color: '#CED218'

red 206 ◦ green 210 ◦ blue 24

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

Shades of Barberry #CED218

Tints of Barberry #CED218

RGB

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

 GREEN value IS 210 (82.42% from 255) = 47.73%

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

R = 46.82%
G = 47.73%
B = 5.45%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#CED218 (or 0xCED218) is known color: Barberry. HEX triplet: CE, D2 and 18. RGB value is (206,210,24). Sum of RGB (Red+Green+Blue) = 206+210+24=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 210 (82.42% from 255 or 47.73% from 440); Blue value is 24 (9.77% from 255 or 5.45% from 440); Max value from RGB is 210 - color contains mainly: green. Hex color #CED218 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED218 is #312DE7. Grayscale: #BCBCBC. Windows color (decimal): -3223016 or 1626830. OLE color: 1626830.

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

Color convert

RGB 206 210 24 -
CMYK 0.02 0 0.89 0.18
HSL 61.29º 0.79% 0.46% -
HSV(B) 61.29º 0.89% 0.82% -
XYZ 48.67 59.28 9.74 -
YUV 187.6 35.67 141.12 -
System Red Green Blue C M Y K H S L
Decimal 206 210 24 0.02 0 0.89 0.18 61.29 0.79 0.46
Hex CE D2 18 2 0 59 12 3D 4F 2E
Octal 316 322 30 2 0 131 22 75 117 56
Binary 11001110 11010010 11000 10 0 1011001 10010 111101 1001111 101110

Color Harmonies of #CED218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED218

Black with #CED218

Text Example


Text Example

White with #CED218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED218; }

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

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

background-color css

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

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

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

border-color css

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

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

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