Html Css Color HEX #CED318 Barberry

📋 copy color: '#CED318'

red 206 ◦ green 211 ◦ blue 24

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

Shades of Barberry #CED318

Tints of Barberry #CED318

RGB

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

 GREEN value IS 211 (82.81% from 255) = 47.85%

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

R = 46.71%
G = 47.85%
B = 5.44%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.89

 K value IS 0.17

RGB Variations

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

Color information

#CED318 (or 0xCED318) is known color: Barberry. HEX triplet: CE, D3 and 18. RGB value is (206,211,24). Sum of RGB (Red+Green+Blue) = 206+211+24=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 211 (82.81% from 255 or 47.85% from 441); Blue value is 24 (9.77% from 255 or 5.44% from 441); Max value from RGB is 211 - color contains mainly: green. Hex color #CED318 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED318 is #312CE7. Grayscale: #BCBCBC. Windows color (decimal): -3222760 or 1627086. OLE color: 1627086.

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

Color convert

RGB 206 211 24 -
CMYK 0.02 0 0.89 0.17
HSL 61.6º 0.8% 0.46% -
HSV(B) 61.6º 0.89% 0.83% -
XYZ 48.91 59.78 9.82 -
YUV 188.19 35.34 140.71 -
System Red Green Blue C M Y K H S L
Decimal 206 211 24 0.02 0 0.89 0.17 61.6 0.8 0.46
Hex CE D3 18 2 0 59 11 3E 50 2E
Octal 316 323 30 2 0 131 21 76 120 56
Binary 11001110 11010011 11000 10 0 1011001 10001 111110 1010000 101110

Color Harmonies of #CED318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED318

Black with #CED318

Text Example


Text Example

White with #CED318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED318; }

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

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

background-color css

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

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

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

border-color css

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

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

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