Html Css Color HEX #CED31A Barberry

📋 copy color: '#CED31A'

red 206 ◦ green 211 ◦ blue 26

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

Shades of Barberry #CED31A

Tints of Barberry #CED31A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 47.63%

 BLUE value IS 26 (10.55% from 255) = 5.87%

R = 46.5%
G = 47.63%
B = 5.87%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#CED31A (or 0xCED31A) is known color: Barberry. HEX triplet: CE, D3 and 1A. RGB value is (206,211,26). Sum of RGB (Red+Green+Blue) = 206+211+26=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 211 (82.81% from 255 or 47.63% from 443); Blue value is 26 (10.55% from 255 or 5.87% from 443); Max value from RGB is 211 - color contains mainly: green. Hex color #CED31A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED31A is #312CE5. Grayscale: #BDBDBD. Windows color (decimal): -3222758 or 1758158. OLE color: 1758158.

HSL color Cylindrical-coordinate representation of color #CED31A: hue angle of 61.62º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CED31A is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.17.

Color convert

RGB 206 211 26 -
CMYK 0.02 0 0.88 0.17
HSL 61.62º 0.78% 0.46% -
HSV(B) 61.62º 0.88% 0.83% -
XYZ 48.93 59.78 9.94 -
YUV 188.42 36.34 140.54 -
System Red Green Blue C M Y K H S L
Decimal 206 211 26 0.02 0 0.88 0.17 61.62 0.78 0.46
Hex CE D3 1A 2 0 58 11 3E 4E 2E
Octal 316 323 32 2 0 130 21 76 116 56
Binary 11001110 11010011 11010 10 0 1011000 10001 111110 1001110 101110

Color Harmonies of #CED31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED31A

Black with #CED31A

Text Example


Text Example

White with #CED31A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED31A; }

 p { color: rgb(206,211,26); }

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

background-color css

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

 a { background-color: rgb(206,211,26); }

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

border-color css

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

 span { border-color: rgb(206,211,26); }

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