Html Css Color HEX #CED711 Barberry

📋 copy color: '#CED711'

red 206 ◦ green 215 ◦ blue 17

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

Shades of Barberry #CED711

Tints of Barberry #CED711

RGB

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

 GREEN value IS 215 (84.38% from 255) = 49.09%

 BLUE value IS 17 (7.03% from 255) = 3.88%

R = 47.03%
G = 49.09%
B = 3.88%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#CED711 (or 0xCED711) is known color: Barberry. HEX triplet: CE, D7 and 11. RGB value is (206,215,17). Sum of RGB (Red+Green+Blue) = 206+215+17=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 215 (84.38% from 255 or 49.09% from 438); Blue value is 17 (7.03% from 255 or 3.88% from 438); Max value from RGB is 215 - color contains mainly: green. Hex color #CED711 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED711 is #3128EE. Grayscale: #BEBEBE. Windows color (decimal): -3221743 or 1169358. OLE color: 1169358.

HSL color Cylindrical-coordinate representation of color #CED711: hue angle of 62.73º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CED711 is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 215 17 -
CMYK 0.04 0 0.92 0.16
HSL 62.73º 0.85% 0.45% -
HSV(B) 62.73º 0.92% 0.84% -
XYZ 49.86 61.76 9.82 -
YUV 189.74 30.52 139.6 -
System Red Green Blue C M Y K H S L
Decimal 206 215 17 0.04 0 0.92 0.16 62.73 0.85 0.45
Hex CE D7 11 4 0 5C 10 3F 55 2D
Octal 316 327 21 4 0 134 20 77 125 55
Binary 11001110 11010111 10001 100 0 1011100 10000 111111 1010101 101101

Color Harmonies of #CED711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED711

Black with #CED711

Text Example


Text Example

White with #CED711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED711; }

 p { color: rgb(206,215,17); }

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

background-color css

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

 a { background-color: rgb(206,215,17); }

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

border-color css

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

 span { border-color: rgb(206,215,17); }

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