Html Css Color HEX #CED014 Barberry

📋 copy color: '#CED014'

red 206 ◦ green 208 ◦ blue 20

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

Shades of Barberry #CED014

Tints of Barberry #CED014

RGB

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

 GREEN value IS 208 (81.64% from 255) = 47.93%

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

R = 47.47%
G = 47.93%
B = 4.61%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#CED014 (or 0xCED014) is known color: Barberry. HEX triplet: CE, D0 and 14. RGB value is (206,208,20). Sum of RGB (Red+Green+Blue) = 206+208+20=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 208 (81.64% from 255 or 47.93% from 434); Blue value is 20 (8.20% from 255 or 4.61% from 434); Max value from RGB is 208 - color contains mainly: green. Hex color #CED014 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED014 is #312FEB. Grayscale: #BABABA. Windows color (decimal): -3223532 or 1364174. OLE color: 1364174.

HSL color Cylindrical-coordinate representation of color #CED014: hue angle of 60.64º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CED014 is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 208 20 -
CMYK 0.01 0 0.90 0.18
HSL 60.64º 0.82% 0.45% -
HSV(B) 60.64º 0.9% 0.82% -
XYZ 48.14 58.28 9.37 -
YUV 185.97 34.34 142.29 -
System Red Green Blue C M Y K H S L
Decimal 206 208 20 0.01 0 0.90 0.18 60.64 0.82 0.45
Hex CE D0 14 1 0 5A 12 3D 52 2D
Octal 316 320 24 1 0 132 22 75 122 55
Binary 11001110 11010000 10100 1 0 1011010 10010 111101 1010010 101101

Color Harmonies of #CED014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED014

Black with #CED014

Text Example


Text Example

White with #CED014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED014; }

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

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

background-color css

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

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

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

border-color css

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

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

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