Html Css Color HEX #CED414 Barberry

📋 copy color: '#CED414'

red 206 ◦ green 212 ◦ blue 20

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

Shades of Barberry #CED414

Tints of Barberry #CED414

RGB

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

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

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

R = 47.03%
G = 48.4%
B = 4.57%

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

#CED414 (or 0xCED414) is known color: Barberry. HEX triplet: CE, D4 and 14. RGB value is (206,212,20). Sum of RGB (Red+Green+Blue) = 206+212+20=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 212 (83.20% from 255 or 48.40% from 438); Blue value is 20 (8.20% from 255 or 4.57% from 438); Max value from RGB is 212 - color contains mainly: green. Hex color #CED414 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED414 is #312BEB. Grayscale: #BDBDBD. Windows color (decimal): -3222508 or 1365198. OLE color: 1365198.

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

Color convert

RGB 206 212 20 -
CMYK 0.03 0 0.91 0.17
HSL 61.88º 0.83% 0.45% -
HSV(B) 61.88º 0.91% 0.83% -
XYZ 49.12 60.26 9.7 -
YUV 188.32 33.01 140.61 -
System Red Green Blue C M Y K H S L
Decimal 206 212 20 0.03 0 0.91 0.17 61.88 0.83 0.45
Hex CE D4 14 3 0 5B 11 3E 53 2D
Octal 316 324 24 3 0 133 21 76 123 55
Binary 11001110 11010100 10100 11 0 1011011 10001 111110 1010011 101101

Color Harmonies of #CED414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED414

Black with #CED414

Text Example


Text Example

White with #CED414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED414; }

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

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

background-color css

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

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

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

border-color css

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

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

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