Html Css Color HEX #CED51B Barberry

📋 copy color: '#CED51B'

red 206 ◦ green 213 ◦ blue 27

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

Shades of Barberry #CED51B

Tints of Barberry #CED51B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.05%

R = 46.19%
G = 47.76%
B = 6.05%

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

#CED51B (or 0xCED51B) is known color: Barberry. HEX triplet: CE, D5 and 1B. RGB value is (206,213,27). Sum of RGB (Red+Green+Blue) = 206+213+27=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 213 (83.59% from 255 or 47.76% from 446); Blue value is 27 (10.94% from 255 or 6.05% from 446); Max value from RGB is 213 - color contains mainly: green. Hex color #CED51B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED51B is #312AE4. Grayscale: #BEBEBE. Windows color (decimal): -3222245 or 1824206. OLE color: 1824206.

HSL color Cylindrical-coordinate representation of color #CED51B: hue angle of 62.26º 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 #CED51B is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 213 27 -
CMYK 0.03 0 0.87 0.16
HSL 62.26º 0.78% 0.47% -
HSV(B) 62.26º 0.87% 0.84% -
XYZ 49.45 60.79 10.16 -
YUV 189.7 36.18 139.62 -
System Red Green Blue C M Y K H S L
Decimal 206 213 27 0.03 0 0.87 0.16 62.26 0.78 0.47
Hex CE D5 1B 3 0 57 10 3E 4E 2F
Octal 316 325 33 3 0 127 20 76 116 57
Binary 11001110 11010101 11011 11 0 1010111 10000 111110 1001110 101111

Color Harmonies of #CED51B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED51B

Black with #CED51B

Text Example


Text Example

White with #CED51B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED51B; }

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

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

background-color css

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

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

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

border-color css

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

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

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