Html Css Color HEX #CED31B Barberry

📋 copy color: '#CED31B'

red 206 ◦ green 211 ◦ blue 27

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

Shades of Barberry #CED31B

Tints of Barberry #CED31B

RGB

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

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

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

R = 46.4%
G = 47.52%
B = 6.08%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#CED31B (or 0xCED31B) is known color: Barberry. HEX triplet: CE, D3 and 1B. RGB value is (206,211,27). Sum of RGB (Red+Green+Blue) = 206+211+27=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 211 (82.81% from 255 or 47.52% from 444); Blue value is 27 (10.94% from 255 or 6.08% from 444); Max value from RGB is 211 - color contains mainly: green. Hex color #CED31B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED31B is #312CE4. Grayscale: #BDBDBD. Windows color (decimal): -3222757 or 1823694. OLE color: 1823694.

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

Color convert

RGB 206 211 27 -
CMYK 0.02 0 0.87 0.17
HSL 61.63º 0.77% 0.47% -
HSV(B) 61.63º 0.87% 0.83% -
XYZ 48.95 59.79 10 -
YUV 188.53 36.84 140.46 -
System Red Green Blue C M Y K H S L
Decimal 206 211 27 0.02 0 0.87 0.17 61.63 0.77 0.47
Hex CE D3 1B 2 0 57 11 3E 4D 2F
Octal 316 323 33 2 0 127 21 76 115 57
Binary 11001110 11010011 11011 10 0 1010111 10001 111110 1001101 101111

Color Harmonies of #CED31B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED31B

Black with #CED31B

Text Example


Text Example

White with #CED31B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED31B; }

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

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

background-color css

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

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

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

border-color css

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

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

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