Html Css Color HEX #CED31F Barberry

📋 copy color: '#CED31F'

red 206 ◦ green 211 ◦ blue 31

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

Shades of Barberry #CED31F

Tints of Barberry #CED31F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.92%

R = 45.98%
G = 47.1%
B = 6.92%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#CED31F (or 0xCED31F) is known color: Barberry. HEX triplet: CE, D3 and 1F. RGB value is (206,211,31). Sum of RGB (Red+Green+Blue) = 206+211+31=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 211 (82.81% from 255 or 47.10% from 448); Blue value is 31 (12.5% from 255 or 6.92% from 448); Max value from RGB is 211 - color contains mainly: green. Hex color #CED31F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED31F is #312CE0. Grayscale: #BDBDBD. Windows color (decimal): -3222753 or 2085838. OLE color: 2085838.

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

Color convert

RGB 206 211 31 -
CMYK 0.02 0 0.85 0.17
HSL 61.67º 0.74% 0.47% -
HSV(B) 61.67º 0.85% 0.83% -
XYZ 49 59.81 10.26 -
YUV 188.99 38.84 140.14 -
System Red Green Blue C M Y K H S L
Decimal 206 211 31 0.02 0 0.85 0.17 61.67 0.74 0.47
Hex CE D3 1F 2 0 55 11 3E 4A 2F
Octal 316 323 37 2 0 125 21 76 112 57
Binary 11001110 11010011 11111 10 0 1010101 10001 111110 1001010 101111

Color Harmonies of #CED31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED31F

Black with #CED31F

Text Example


Text Example

White with #CED31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED31F; }

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

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

background-color css

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

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

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

border-color css

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

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

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