Html Css Color HEX #CED413 Barberry

📋 copy color: '#CED413'

red 206 ◦ green 212 ◦ blue 19

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

Shades of Barberry #CED413

Tints of Barberry #CED413

RGB

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

 GREEN value IS 212 (83.2% from 255) = 48.51%

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

R = 47.14%
G = 48.51%
B = 4.35%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#CED413 (or 0xCED413) is known color: Barberry. HEX triplet: CE, D4 and 13. RGB value is (206,212,19). Sum of RGB (Red+Green+Blue) = 206+212+19=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 212 (83.20% from 255 or 48.51% from 437); Blue value is 19 (7.81% from 255 or 4.35% from 437); Max value from RGB is 212 - color contains mainly: green. Hex color #CED413 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED413 is #312BEC. Grayscale: #BCBCBC. Windows color (decimal): -3222509 or 1299662. OLE color: 1299662.

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

Color convert

RGB 206 212 19 -
CMYK 0.03 0 0.91 0.17
HSL 61.87º 0.84% 0.45% -
HSV(B) 61.87º 0.91% 0.83% -
XYZ 49.11 60.26 9.66 -
YUV 188.2 32.51 140.69 -
System Red Green Blue C M Y K H S L
Decimal 206 212 19 0.03 0 0.91 0.17 61.87 0.84 0.45
Hex CE D4 13 3 0 5B 11 3E 54 2D
Octal 316 324 23 3 0 133 21 76 124 55
Binary 11001110 11010100 10011 11 0 1011011 10001 111110 1010100 101101

Color Harmonies of #CED413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED413

Black with #CED413

Text Example


Text Example

White with #CED413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED413; }

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

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

background-color css

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

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

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

border-color css

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

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

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