Html Css Color HEX #CED61C Barberry

📋 copy color: '#CED61C'

red 206 ◦ green 214 ◦ blue 28

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

Shades of Barberry #CED61C

Tints of Barberry #CED61C

RGB

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

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

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

R = 45.98%
G = 47.77%
B = 6.25%

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

#CED61C (or 0xCED61C) is known color: Barberry. HEX triplet: CE, D6 and 1C. RGB value is (206,214,28). Sum of RGB (Red+Green+Blue) = 206+214+28=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 214 (83.98% from 255 or 47.77% from 448); Blue value is 28 (11.33% from 255 or 6.25% from 448); Max value from RGB is 214 - color contains mainly: green. Hex color #CED61C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED61C is #3129E3. Grayscale: #BFBFBF. Windows color (decimal): -3221988 or 1889998. OLE color: 1889998.

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

Color convert

RGB 206 214 28 -
CMYK 0.04 0 0.87 0.16
HSL 62.58º 0.77% 0.47% -
HSV(B) 62.58º 0.87% 0.84% -
XYZ 49.71 61.3 10.31 -
YUV 190.4 36.35 139.12 -
System Red Green Blue C M Y K H S L
Decimal 206 214 28 0.04 0 0.87 0.16 62.58 0.77 0.47
Hex CE D6 1C 4 0 57 10 3F 4D 2F
Octal 316 326 34 4 0 127 20 77 115 57
Binary 11001110 11010110 11100 100 0 1010111 10000 111111 1001101 101111

Color Harmonies of #CED61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED61C

Black with #CED61C

Text Example


Text Example

White with #CED61C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED61C; }

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

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

background-color css

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

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

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

border-color css

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

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

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