Html Css Color HEX #CED514 Barberry

📋 copy color: '#CED514'

red 206 ◦ green 213 ◦ blue 20

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

Shades of Barberry #CED514

Tints of Barberry #CED514

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.52%

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

R = 46.92%
G = 48.52%
B = 4.56%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#CED514 (or 0xCED514) is known color: Barberry. HEX triplet: CE, D5 and 14. RGB value is (206,213,20). Sum of RGB (Red+Green+Blue) = 206+213+20=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 213 (83.59% from 255 or 48.52% from 439); Blue value is 20 (8.20% from 255 or 4.56% from 439); Max value from RGB is 213 - color contains mainly: green. Hex color #CED514 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED514 is #312AEB. Grayscale: #BDBDBD. Windows color (decimal): -3222252 or 1365454. OLE color: 1365454.

HSL color Cylindrical-coordinate representation of color #CED514: hue angle of 62.18º 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 #CED514 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 213 20 -
CMYK 0.03 0 0.91 0.16
HSL 62.18º 0.83% 0.46% -
HSV(B) 62.18º 0.91% 0.84% -
XYZ 49.37 60.76 9.79 -
YUV 188.91 32.68 140.19 -
System Red Green Blue C M Y K H S L
Decimal 206 213 20 0.03 0 0.91 0.16 62.18 0.83 0.46
Hex CE D5 14 3 0 5B 10 3E 53 2E
Octal 316 325 24 3 0 133 20 76 123 56
Binary 11001110 11010101 10100 11 0 1011011 10000 111110 1010011 101110

Color Harmonies of #CED514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED514

Black with #CED514

Text Example


Text Example

White with #CED514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED514; }

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

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

background-color css

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

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

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

border-color css

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

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

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