Html Css Color HEX #CED028 Barberry

📋 copy color: '#CED028'

red 206 ◦ green 208 ◦ blue 40

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

Shades of Barberry #CED028

Tints of Barberry #CED028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.81%

R = 45.37%
G = 45.81%
B = 8.81%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#CED028 (or 0xCED028) is known color: Barberry. HEX triplet: CE, D0 and 28. RGB value is (206,208,40). Sum of RGB (Red+Green+Blue) = 206+208+40=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 208 (81.64% from 255 or 45.81% from 454); Blue value is 40 (16.02% from 255 or 8.81% from 454); Max value from RGB is 208 - color contains mainly: green. Hex color #CED028 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED028 is #312FD7. Grayscale: #BCBCBC. Windows color (decimal): -3223512 or 2674894. OLE color: 2674894.

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

Color convert

RGB 206 208 40 -
CMYK 0.01 0 0.81 0.18
HSL 60.71º 0.68% 0.49% -
HSV(B) 60.71º 0.81% 0.82% -
XYZ 48.39 58.39 10.73 -
YUV 188.25 44.34 140.66 -
System Red Green Blue C M Y K H S L
Decimal 206 208 40 0.01 0 0.81 0.18 60.71 0.68 0.49
Hex CE D0 28 1 0 51 12 3D 44 31
Octal 316 320 50 1 0 121 22 75 104 61
Binary 11001110 11010000 101000 1 0 1010001 10010 111101 1000100 110001

Color Harmonies of #CED028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED028

Black with #CED028

Text Example


Text Example

White with #CED028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED028; }

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

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

background-color css

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

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

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

border-color css

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

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

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