Html Css Color HEX #CED020 Barberry

📋 copy color: '#CED020'

red 206 ◦ green 208 ◦ blue 32

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

Shades of Barberry #CED020

Tints of Barberry #CED020

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.64%

 BLUE value IS 32 (12.89% from 255) = 7.17%

R = 46.19%
G = 46.64%
B = 7.17%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#CED020 (or 0xCED020) is known color: Barberry. HEX triplet: CE, D0 and 20. RGB value is (206,208,32). Sum of RGB (Red+Green+Blue) = 206+208+32=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 208 (81.64% from 255 or 46.64% from 446); Blue value is 32 (12.89% from 255 or 7.17% from 446); Max value from RGB is 208 - color contains mainly: green. Hex color #CED020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED020 is #312FDF. Grayscale: #BCBCBC. Windows color (decimal): -3223520 or 2150606. OLE color: 2150606.

HSL color Cylindrical-coordinate representation of color #CED020: hue angle of 60.68º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CED020 is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 208 32 -
CMYK 0.01 0 0.85 0.18
HSL 60.68º 0.73% 0.47% -
HSV(B) 60.68º 0.85% 0.82% -
XYZ 48.27 58.34 10.08 -
YUV 187.34 40.34 141.31 -
System Red Green Blue C M Y K H S L
Decimal 206 208 32 0.01 0 0.85 0.18 60.68 0.73 0.47
Hex CE D0 20 1 0 55 12 3D 49 2F
Octal 316 320 40 1 0 125 22 75 111 57
Binary 11001110 11010000 100000 1 0 1010101 10010 111101 1001001 101111

Color Harmonies of #CED020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED020

Black with #CED020

Text Example


Text Example

White with #CED020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED020; }

 p { color: rgb(206,208,32); }

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

background-color css

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

 a { background-color: rgb(206,208,32); }

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

border-color css

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

 span { border-color: rgb(206,208,32); }

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