Html Css Color HEX #CED31E Barberry

📋 copy color: '#CED31E'

red 206 ◦ green 211 ◦ blue 30

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

Shades of Barberry #CED31E

Tints of Barberry #CED31E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.71%

R = 46.09%
G = 47.2%
B = 6.71%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#CED31E (or 0xCED31E) is known color: Barberry. HEX triplet: CE, D3 and 1E. RGB value is (206,211,30). Sum of RGB (Red+Green+Blue) = 206+211+30=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 211 (82.81% from 255 or 47.20% from 447); Blue value is 30 (12.11% from 255 or 6.71% from 447); Max value from RGB is 211 - color contains mainly: green. Hex color #CED31E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED31E is #312CE1. Grayscale: #BDBDBD. Windows color (decimal): -3222754 or 2020302. OLE color: 2020302.

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

Color convert

RGB 206 211 30 -
CMYK 0.02 0 0.86 0.17
HSL 61.66º 0.75% 0.47% -
HSV(B) 61.66º 0.86% 0.83% -
XYZ 48.98 59.8 10.19 -
YUV 188.87 38.34 140.22 -
System Red Green Blue C M Y K H S L
Decimal 206 211 30 0.02 0 0.86 0.17 61.66 0.75 0.47
Hex CE D3 1E 2 0 56 11 3E 4B 2F
Octal 316 323 36 2 0 126 21 76 113 57
Binary 11001110 11010011 11110 10 0 1010110 10001 111110 1001011 101111

Color Harmonies of #CED31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED31E

Black with #CED31E

Text Example


Text Example

White with #CED31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED31E; }

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

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

background-color css

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

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

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

border-color css

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

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

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