Html Css Color HEX #CED124 Barberry

📋 copy color: '#CED124'

red 206 ◦ green 209 ◦ blue 36

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

Shades of Barberry #CED124

Tints of Barberry #CED124

RGB

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

 GREEN value IS 209 (82.03% from 255) = 46.34%

 BLUE value IS 36 (14.45% from 255) = 7.98%

R = 45.68%
G = 46.34%
B = 7.98%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#CED124 (or 0xCED124) is known color: Barberry. HEX triplet: CE, D1 and 24. RGB value is (206,209,36). Sum of RGB (Red+Green+Blue) = 206+209+36=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 209 (82.03% from 255 or 46.34% from 451); Blue value is 36 (14.45% from 255 or 7.98% from 451); Max value from RGB is 209 - color contains mainly: green. Hex color #CED124 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED124 is #312EDB. Grayscale: #BDBDBD. Windows color (decimal): -3223260 or 2413006. OLE color: 2413006.

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

Color convert

RGB 206 209 36 -
CMYK 0.01 0 0.83 0.18
HSL 61.04º 0.71% 0.48% -
HSV(B) 61.04º 0.83% 0.82% -
XYZ 48.57 58.85 10.47 -
YUV 188.38 42.01 140.57 -
System Red Green Blue C M Y K H S L
Decimal 206 209 36 0.01 0 0.83 0.18 61.04 0.71 0.48
Hex CE D1 24 1 0 53 12 3D 47 30
Octal 316 321 44 1 0 123 22 75 107 60
Binary 11001110 11010001 100100 1 0 1010011 10010 111101 1000111 110000

Color Harmonies of #CED124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED124

Black with #CED124

Text Example


Text Example

White with #CED124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED124; }

 p { color: rgb(206,209,36); }

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

background-color css

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

 a { background-color: rgb(206,209,36); }

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

border-color css

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

 span { border-color: rgb(206,209,36); }

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