Html Css Color HEX #CED71B Barberry

📋 copy color: '#CED71B'

red 206 ◦ green 215 ◦ blue 27

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

Shades of Barberry #CED71B

Tints of Barberry #CED71B

RGB

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

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

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

R = 45.98%
G = 47.99%
B = 6.03%

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

#CED71B (or 0xCED71B) is known color: Barberry. HEX triplet: CE, D7 and 1B. RGB value is (206,215,27). Sum of RGB (Red+Green+Blue) = 206+215+27=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 215 (84.38% from 255 or 47.99% from 448); Blue value is 27 (10.94% from 255 or 6.03% from 448); Max value from RGB is 215 - color contains mainly: green. Hex color #CED71B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED71B is #3128E4. Grayscale: #BFBFBF. Windows color (decimal): -3221733 or 1824718. OLE color: 1824718.

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

Color convert

RGB 206 215 27 -
CMYK 0.04 0 0.87 0.16
HSL 62.87º 0.78% 0.47% -
HSV(B) 62.87º 0.87% 0.84% -
XYZ 49.95 61.8 10.33 -
YUV 190.88 35.52 138.79 -
System Red Green Blue C M Y K H S L
Decimal 206 215 27 0.04 0 0.87 0.16 62.87 0.78 0.47
Hex CE D7 1B 4 0 57 10 3F 4E 2F
Octal 316 327 33 4 0 127 20 77 116 57
Binary 11001110 11010111 11011 100 0 1010111 10000 111111 1001110 101111

Color Harmonies of #CED71B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED71B

Black with #CED71B

Text Example


Text Example

White with #CED71B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED71B; }

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

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

background-color css

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

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

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

border-color css

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

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

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