Html Css Color HEX #CED71C Barberry

📋 copy color: '#CED71C'

red 206 ◦ green 215 ◦ blue 28

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

Shades of Barberry #CED71C

Tints of Barberry #CED71C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.24%

R = 45.88%
G = 47.88%
B = 6.24%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#CED71C (or 0xCED71C) is known color: Barberry. HEX triplet: CE, D7 and 1C. RGB value is (206,215,28). Sum of RGB (Red+Green+Blue) = 206+215+28=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 215 (84.38% from 255 or 47.88% from 449); Blue value is 28 (11.33% from 255 or 6.24% from 449); Max value from RGB is 215 - color contains mainly: green. Hex color #CED71C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED71C is #3128E3. Grayscale: #BFBFBF. Windows color (decimal): -3221732 or 1890254. OLE color: 1890254.

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

Color convert

RGB 206 215 28 -
CMYK 0.04 0 0.87 0.16
HSL 62.89º 0.77% 0.48% -
HSV(B) 62.89º 0.87% 0.84% -
XYZ 49.96 61.81 10.4 -
YUV 190.99 36.02 138.71 -
System Red Green Blue C M Y K H S L
Decimal 206 215 28 0.04 0 0.87 0.16 62.89 0.77 0.48
Hex CE D7 1C 4 0 57 10 3F 4D 30
Octal 316 327 34 4 0 127 20 77 115 60
Binary 11001110 11010111 11100 100 0 1010111 10000 111111 1001101 110000

Color Harmonies of #CED71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED71C

Black with #CED71C

Text Example


Text Example

White with #CED71C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED71C; }

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

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

background-color css

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

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

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

border-color css

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

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

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