Html Css Color HEX #CED114 Barberry

📋 copy color: '#CED114'

red 206 ◦ green 209 ◦ blue 20

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

Shades of Barberry #CED114

Tints of Barberry #CED114

RGB

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

 GREEN value IS 209 (82.03% from 255) = 48.05%

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

R = 47.36%
G = 48.05%
B = 4.6%

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

#CED114 (or 0xCED114) is known color: Barberry. HEX triplet: CE, D1 and 14. RGB value is (206,209,20). Sum of RGB (Red+Green+Blue) = 206+209+20=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 209 (82.03% from 255 or 48.05% from 435); Blue value is 20 (8.20% from 255 or 4.60% from 435); Max value from RGB is 209 - color contains mainly: green. Hex color #CED114 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED114 is #312EEB. Grayscale: #BBBBBB. Windows color (decimal): -3223276 or 1364430. OLE color: 1364430.

HSL color Cylindrical-coordinate representation of color #CED114: hue angle of 60.95º degrees, saturation: 0.83, 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 #CED114 is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 209 20 -
CMYK 0.01 0 0.90 0.18
HSL 60.95º 0.83% 0.45% -
HSV(B) 60.95º 0.9% 0.82% -
XYZ 48.38 58.77 9.46 -
YUV 186.56 34.01 141.87 -
System Red Green Blue C M Y K H S L
Decimal 206 209 20 0.01 0 0.90 0.18 60.95 0.83 0.45
Hex CE D1 14 1 0 5A 12 3D 53 2D
Octal 316 321 24 1 0 132 22 75 123 55
Binary 11001110 11010001 10100 1 0 1011010 10010 111101 1010011 101101

Color Harmonies of #CED114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED114

Black with #CED114

Text Example


Text Example

White with #CED114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED114; }

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

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

background-color css

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

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

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

border-color css

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

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

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