Html Css Color HEX #CED51C Barberry

📋 copy color: '#CED51C'

red 206 ◦ green 213 ◦ blue 28

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

Shades of Barberry #CED51C

Tints of Barberry #CED51C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.26%

R = 46.09%
G = 47.65%
B = 6.26%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#CED51C (or 0xCED51C) is known color: Barberry. HEX triplet: CE, D5 and 1C. RGB value is (206,213,28). Sum of RGB (Red+Green+Blue) = 206+213+28=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 213 (83.59% from 255 or 47.65% from 447); Blue value is 28 (11.33% from 255 or 6.26% from 447); Max value from RGB is 213 - color contains mainly: green. Hex color #CED51C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED51C is #312AE3. Grayscale: #BEBEBE. Windows color (decimal): -3222244 or 1889742. OLE color: 1889742.

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

Color convert

RGB 206 213 28 -
CMYK 0.03 0 0.87 0.16
HSL 62.27º 0.77% 0.47% -
HSV(B) 62.27º 0.87% 0.84% -
XYZ 49.46 60.79 10.23 -
YUV 189.82 36.68 139.54 -
System Red Green Blue C M Y K H S L
Decimal 206 213 28 0.03 0 0.87 0.16 62.27 0.77 0.47
Hex CE D5 1C 3 0 57 10 3E 4D 2F
Octal 316 325 34 3 0 127 20 76 115 57
Binary 11001110 11010101 11100 11 0 1010111 10000 111110 1001101 101111

Color Harmonies of #CED51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED51C

Black with #CED51C

Text Example


Text Example

White with #CED51C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED51C; }

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

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

background-color css

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

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

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

border-color css

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

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

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