Html Css Color HEX #CED510 Barberry

📋 copy color: '#CED510'

red 206 ◦ green 213 ◦ blue 16

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

Shades of Barberry #CED510

Tints of Barberry #CED510

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.97%

 BLUE value IS 16 (6.64% from 255) = 3.68%

R = 47.36%
G = 48.97%
B = 3.68%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#CED510 (or 0xCED510) is known color: Barberry. HEX triplet: CE, D5 and 10. RGB value is (206,213,16). Sum of RGB (Red+Green+Blue) = 206+213+16=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 213 (83.59% from 255 or 48.97% from 435); Blue value is 16 (6.64% from 255 or 3.68% from 435); Max value from RGB is 213 - color contains mainly: green. Hex color #CED510 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED510 is #312AEF. Grayscale: #BDBDBD. Windows color (decimal): -3222256 or 1103310. OLE color: 1103310.

HSL color Cylindrical-coordinate representation of color #CED510: hue angle of 62.13º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CED510 is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 213 16 -
CMYK 0.03 0 0.92 0.16
HSL 62.13º 0.86% 0.45% -
HSV(B) 62.13º 0.92% 0.84% -
XYZ 49.34 60.75 9.62 -
YUV 188.45 30.68 140.52 -
System Red Green Blue C M Y K H S L
Decimal 206 213 16 0.03 0 0.92 0.16 62.13 0.86 0.45
Hex CE D5 10 3 0 5C 10 3E 56 2D
Octal 316 325 20 3 0 134 20 76 126 55
Binary 11001110 11010101 10000 11 0 1011100 10000 111110 1010110 101101

Color Harmonies of #CED510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED510

Black with #CED510

Text Example


Text Example

White with #CED510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED510; }

 p { color: rgb(206,213,16); }

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

background-color css

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

 a { background-color: rgb(206,213,16); }

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

border-color css

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

 span { border-color: rgb(206,213,16); }

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