Html Css Color HEX #CED015 Barberry

📋 copy color: '#CED015'

red 206 ◦ green 208 ◦ blue 21

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

Shades of Barberry #CED015

Tints of Barberry #CED015

RGB

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

 GREEN value IS 208 (81.64% from 255) = 47.82%

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

R = 47.36%
G = 47.82%
B = 4.83%

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

#CED015 (or 0xCED015) is known color: Barberry. HEX triplet: CE, D0 and 15. RGB value is (206,208,21). Sum of RGB (Red+Green+Blue) = 206+208+21=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 208 (81.64% from 255 or 47.82% from 435); Blue value is 21 (8.59% from 255 or 4.83% from 435); Max value from RGB is 208 - color contains mainly: green. Hex color #CED015 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED015 is #312FEA. Grayscale: #BABABA. Windows color (decimal): -3223531 or 1429710. OLE color: 1429710.

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

Color convert

RGB 206 208 21 -
CMYK 0.01 0 0.90 0.18
HSL 60.64º 0.82% 0.45% -
HSV(B) 60.64º 0.9% 0.82% -
XYZ 48.14 58.29 9.42 -
YUV 186.08 34.84 142.21 -
System Red Green Blue C M Y K H S L
Decimal 206 208 21 0.01 0 0.90 0.18 60.64 0.82 0.45
Hex CE D0 15 1 0 5A 12 3D 52 2D
Octal 316 320 25 1 0 132 22 75 122 55
Binary 11001110 11010000 10101 1 0 1011010 10010 111101 1010010 101101

Color Harmonies of #CED015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED015

Black with #CED015

Text Example


Text Example

White with #CED015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED015; }

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

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

background-color css

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

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

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

border-color css

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

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

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