Html Css Color HEX #CED314 Barberry

📋 copy color: '#CED314'

red 206 ◦ green 211 ◦ blue 20

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

Shades of Barberry #CED314

Tints of Barberry #CED314

RGB

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

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

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

R = 47.14%
G = 48.28%
B = 4.58%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#CED314 (or 0xCED314) is known color: Barberry. HEX triplet: CE, D3 and 14. RGB value is (206,211,20). Sum of RGB (Red+Green+Blue) = 206+211+20=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 211 (82.81% from 255 or 48.28% from 437); Blue value is 20 (8.20% from 255 or 4.58% from 437); Max value from RGB is 211 - color contains mainly: green. Hex color #CED314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED314 is #312CEB. Grayscale: #BCBCBC. Windows color (decimal): -3222764 or 1364942. OLE color: 1364942.

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

Color convert

RGB 206 211 20 -
CMYK 0.02 0 0.91 0.17
HSL 61.57º 0.83% 0.45% -
HSV(B) 61.57º 0.91% 0.83% -
XYZ 48.87 59.76 9.62 -
YUV 187.73 33.34 141.03 -
System Red Green Blue C M Y K H S L
Decimal 206 211 20 0.02 0 0.91 0.17 61.57 0.83 0.45
Hex CE D3 14 2 0 5B 11 3E 53 2D
Octal 316 323 24 2 0 133 21 76 123 55
Binary 11001110 11010011 10100 10 0 1011011 10001 111110 1010011 101101

Color Harmonies of #CED314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED314

Black with #CED314

Text Example


Text Example

White with #CED314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED314; }

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

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

background-color css

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

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

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

border-color css

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

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

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