Html Css Color HEX #CED61B Barberry

📋 copy color: '#CED61B'

red 206 ◦ green 214 ◦ blue 27

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

Shades of Barberry #CED61B

Tints of Barberry #CED61B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.87%

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

R = 46.09%
G = 47.87%
B = 6.04%

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

#CED61B (or 0xCED61B) is known color: Barberry. HEX triplet: CE, D6 and 1B. RGB value is (206,214,27). Sum of RGB (Red+Green+Blue) = 206+214+27=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 214 (83.98% from 255 or 47.87% from 447); Blue value is 27 (10.94% from 255 or 6.04% from 447); Max value from RGB is 214 - color contains mainly: green. Hex color #CED61B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED61B is #3129E4. Grayscale: #BFBFBF. Windows color (decimal): -3221989 or 1824462. OLE color: 1824462.

HSL color Cylindrical-coordinate representation of color #CED61B: hue angle of 62.57º 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 #CED61B is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 214 27 -
CMYK 0.04 0 0.87 0.16
HSL 62.57º 0.78% 0.47% -
HSV(B) 62.57º 0.87% 0.84% -
XYZ 49.7 61.29 10.25 -
YUV 190.29 35.85 139.21 -
System Red Green Blue C M Y K H S L
Decimal 206 214 27 0.04 0 0.87 0.16 62.57 0.78 0.47
Hex CE D6 1B 4 0 57 10 3F 4E 2F
Octal 316 326 33 4 0 127 20 77 116 57
Binary 11001110 11010110 11011 100 0 1010111 10000 111111 1001110 101111

Color Harmonies of #CED61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED61B

Black with #CED61B

Text Example


Text Example

White with #CED61B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED61B; }

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

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

background-color css

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

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

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

border-color css

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

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

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