Html Css Color HEX #CED415 Barberry

📋 copy color: '#CED415'

red 206 ◦ green 212 ◦ blue 21

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

Shades of Barberry #CED415

Tints of Barberry #CED415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.78%

R = 46.92%
G = 48.29%
B = 4.78%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#CED415 (or 0xCED415) is known color: Barberry. HEX triplet: CE, D4 and 15. RGB value is (206,212,21). Sum of RGB (Red+Green+Blue) = 206+212+21=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 212 (83.20% from 255 or 48.29% from 439); Blue value is 21 (8.59% from 255 or 4.78% from 439); Max value from RGB is 212 - color contains mainly: green. Hex color #CED415 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED415 is #312BEA. Grayscale: #BDBDBD. Windows color (decimal): -3222507 or 1430734. OLE color: 1430734.

HSL color Cylindrical-coordinate representation of color #CED415: hue angle of 61.88º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CED415 is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 206 212 21 -
CMYK 0.03 0 0.90 0.17
HSL 61.88º 0.82% 0.46% -
HSV(B) 61.88º 0.9% 0.83% -
XYZ 49.13 60.26 9.75 -
YUV 188.43 33.51 140.53 -
System Red Green Blue C M Y K H S L
Decimal 206 212 21 0.03 0 0.90 0.17 61.88 0.82 0.46
Hex CE D4 15 3 0 5A 11 3E 52 2E
Octal 316 324 25 3 0 132 21 76 122 56
Binary 11001110 11010100 10101 11 0 1011010 10001 111110 1010010 101110

Color Harmonies of #CED415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED415

Black with #CED415

Text Example


Text Example

White with #CED415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED415; }

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

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

background-color css

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

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

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

border-color css

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

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

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