Html Css Color HEX #CED610 Barberry

📋 copy color: '#CED610'

red 206 ◦ green 214 ◦ blue 16

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

Shades of Barberry #CED610

Tints of Barberry #CED610

RGB

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

 GREEN value IS 214 (83.98% from 255) = 49.08%

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

R = 47.25%
G = 49.08%
B = 3.67%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#CED610 (or 0xCED610) is known color: Barberry. HEX triplet: CE, D6 and 10. RGB value is (206,214,16). Sum of RGB (Red+Green+Blue) = 206+214+16=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 214 (83.98% from 255 or 49.08% from 436); Blue value is 16 (6.64% from 255 or 3.67% from 436); Max value from RGB is 214 - color contains mainly: green. Hex color #CED610 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED610 is #3129EF. Grayscale: #BDBDBD. Windows color (decimal): -3222000 or 1103566. OLE color: 1103566.

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

Color convert

RGB 206 214 16 -
CMYK 0.04 0 0.93 0.16
HSL 62.42º 0.86% 0.45% -
HSV(B) 62.42º 0.93% 0.84% -
XYZ 49.59 61.25 9.7 -
YUV 189.04 30.35 140.1 -
System Red Green Blue C M Y K H S L
Decimal 206 214 16 0.04 0 0.93 0.16 62.42 0.86 0.45
Hex CE D6 10 4 0 5D 10 3E 56 2D
Octal 316 326 20 4 0 135 20 76 126 55
Binary 11001110 11010110 10000 100 0 1011101 10000 111110 1010110 101101

Color Harmonies of #CED610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED610

Black with #CED610

Text Example


Text Example

White with #CED610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED610; }

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

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

background-color css

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

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

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

border-color css

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

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

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