Html Css Color HEX #CED71A Barberry

📋 copy color: '#CED71A'

red 206 ◦ green 215 ◦ blue 26

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

Shades of Barberry #CED71A

Tints of Barberry #CED71A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.82%

R = 46.09%
G = 48.1%
B = 5.82%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#CED71A (or 0xCED71A) is known color: Barberry. HEX triplet: CE, D7 and 1A. RGB value is (206,215,26). Sum of RGB (Red+Green+Blue) = 206+215+26=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 215 (84.38% from 255 or 48.10% from 447); Blue value is 26 (10.55% from 255 or 5.82% from 447); Max value from RGB is 215 - color contains mainly: green. Hex color #CED71A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED71A is #3128E5. Grayscale: #BFBFBF. Windows color (decimal): -3221734 or 1759182. OLE color: 1759182.

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

Color convert

RGB 206 215 26 -
CMYK 0.04 0 0.88 0.16
HSL 62.86º 0.78% 0.47% -
HSV(B) 62.86º 0.88% 0.84% -
XYZ 49.94 61.8 10.27 -
YUV 190.76 35.02 138.87 -
System Red Green Blue C M Y K H S L
Decimal 206 215 26 0.04 0 0.88 0.16 62.86 0.78 0.47
Hex CE D7 1A 4 0 58 10 3F 4E 2F
Octal 316 327 32 4 0 130 20 77 116 57
Binary 11001110 11010111 11010 100 0 1011000 10000 111111 1001110 101111

Color Harmonies of #CED71A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED71A

Black with #CED71A

Text Example


Text Example

White with #CED71A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED71A; }

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

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

background-color css

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

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

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

border-color css

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

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

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