Html Css Color HEX #CED614 Barberry

📋 copy color: '#CED614'

red 206 ◦ green 214 ◦ blue 20

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

Shades of Barberry #CED614

Tints of Barberry #CED614

RGB

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

 GREEN value IS 214 (83.98% from 255) = 48.64%

 BLUE value IS 20 (8.2% from 255) = 4.55%

R = 46.82%
G = 48.64%
B = 4.55%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#CED614 (or 0xCED614) is known color: Barberry. HEX triplet: CE, D6 and 14. RGB value is (206,214,20). Sum of RGB (Red+Green+Blue) = 206+214+20=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 214 (83.98% from 255 or 48.64% from 440); Blue value is 20 (8.20% from 255 or 4.55% from 440); Max value from RGB is 214 - color contains mainly: green. Hex color #CED614 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED614 is #3129EB. Grayscale: #BEBEBE. Windows color (decimal): -3221996 or 1365710. OLE color: 1365710.

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

Color convert

RGB 206 214 20 -
CMYK 0.04 0 0.91 0.16
HSL 62.47º 0.83% 0.46% -
HSV(B) 62.47º 0.91% 0.84% -
XYZ 49.63 61.27 9.87 -
YUV 189.49 32.35 139.77 -
System Red Green Blue C M Y K H S L
Decimal 206 214 20 0.04 0 0.91 0.16 62.47 0.83 0.46
Hex CE D6 14 4 0 5B 10 3E 53 2E
Octal 316 326 24 4 0 133 20 76 123 56
Binary 11001110 11010110 10100 100 0 1011011 10000 111110 1010011 101110

Color Harmonies of #CED614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED614

Black with #CED614

Text Example


Text Example

White with #CED614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED614; }

 p { color: rgb(206,214,20); }

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

background-color css

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

 a { background-color: rgb(206,214,20); }

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

border-color css

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

 span { border-color: rgb(206,214,20); }

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