Html Css Color HEX #CED313 Barberry

📋 copy color: '#CED313'

red 206 ◦ green 211 ◦ blue 19

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

Shades of Barberry #CED313

Tints of Barberry #CED313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.36%

R = 47.25%
G = 48.39%
B = 4.36%

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

#CED313 (or 0xCED313) is known color: Barberry. HEX triplet: CE, D3 and 13. RGB value is (206,211,19). Sum of RGB (Red+Green+Blue) = 206+211+19=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 211 (82.81% from 255 or 48.39% from 436); Blue value is 19 (7.81% from 255 or 4.36% from 436); Max value from RGB is 211 - color contains mainly: green. Hex color #CED313 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED313 is #312CEC. Grayscale: #BCBCBC. Windows color (decimal): -3222765 or 1299406. OLE color: 1299406.

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

Color convert

RGB 206 211 19 -
CMYK 0.02 0 0.91 0.17
HSL 61.56º 0.83% 0.45% -
HSV(B) 61.56º 0.91% 0.83% -
XYZ 48.87 59.76 9.57 -
YUV 187.62 32.84 141.11 -
System Red Green Blue C M Y K H S L
Decimal 206 211 19 0.02 0 0.91 0.17 61.56 0.83 0.45
Hex CE D3 13 2 0 5B 11 3E 53 2D
Octal 316 323 23 2 0 133 21 76 123 55
Binary 11001110 11010011 10011 10 0 1011011 10001 111110 1010011 101101

Color Harmonies of #CED313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED313

Black with #CED313

Text Example


Text Example

White with #CED313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED313; }

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

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

background-color css

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

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

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

border-color css

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

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

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