Html Css Color HEX #CED718 Barberry

📋 copy color: '#CED718'

red 206 ◦ green 215 ◦ blue 24

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

Shades of Barberry #CED718

Tints of Barberry #CED718

RGB

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

 GREEN value IS 215 (84.38% from 255) = 48.31%

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

R = 46.29%
G = 48.31%
B = 5.39%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#CED718 (or 0xCED718) is known color: Barberry. HEX triplet: CE, D7 and 18. RGB value is (206,215,24). Sum of RGB (Red+Green+Blue) = 206+215+24=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 215 (84.38% from 255 or 48.31% from 445); Blue value is 24 (9.77% from 255 or 5.39% from 445); Max value from RGB is 215 - color contains mainly: green. Hex color #CED718 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED718 is #3128E7. Grayscale: #BFBFBF. Windows color (decimal): -3221736 or 1628110. OLE color: 1628110.

HSL color Cylindrical-coordinate representation of color #CED718: hue angle of 62.83º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CED718 is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 215 24 -
CMYK 0.04 0 0.89 0.16
HSL 62.83º 0.8% 0.47% -
HSV(B) 62.83º 0.89% 0.84% -
XYZ 49.92 61.79 10.16 -
YUV 190.54 34.02 139.03 -
System Red Green Blue C M Y K H S L
Decimal 206 215 24 0.04 0 0.89 0.16 62.83 0.8 0.47
Hex CE D7 18 4 0 59 10 3F 50 2F
Octal 316 327 30 4 0 131 20 77 120 57
Binary 11001110 11010111 11000 100 0 1011001 10000 111111 1010000 101111

Color Harmonies of #CED718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED718

Black with #CED718

Text Example


Text Example

White with #CED718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED718; }

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

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

background-color css

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

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

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

border-color css

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

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

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