Html Css Color HEX #CED024 Barberry

📋 copy color: '#CED024'

red 206 ◦ green 208 ◦ blue 36

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

Shades of Barberry #CED024

Tints of Barberry #CED024

RGB

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

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

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

R = 45.78%
G = 46.22%
B = 8%

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

#CED024 (or 0xCED024) is known color: Barberry. HEX triplet: CE, D0 and 24. RGB value is (206,208,36). Sum of RGB (Red+Green+Blue) = 206+208+36=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 208 (81.64% from 255 or 46.22% from 450); Blue value is 36 (14.45% from 255 or 8% from 450); Max value from RGB is 208 - color contains mainly: green. Hex color #CED024 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED024 is #312FDB. Grayscale: #BCBCBC. Windows color (decimal): -3223516 or 2412750. OLE color: 2412750.

HSL color Cylindrical-coordinate representation of color #CED024: hue angle of 60.7º degrees, saturation: 0.7, 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 #CED024 is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 208 36 -
CMYK 0.01 0 0.83 0.18
HSL 60.7º 0.7% 0.48% -
HSV(B) 60.7º 0.83% 0.82% -
XYZ 48.33 58.36 10.39 -
YUV 187.79 42.34 140.99 -
System Red Green Blue C M Y K H S L
Decimal 206 208 36 0.01 0 0.83 0.18 60.7 0.7 0.48
Hex CE D0 24 1 0 53 12 3D 46 30
Octal 316 320 44 1 0 123 22 75 106 60
Binary 11001110 11010000 100100 1 0 1010011 10010 111101 1000110 110000

Color Harmonies of #CED024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED024

Black with #CED024

Text Example


Text Example

White with #CED024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED024; }

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

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

background-color css

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

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

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

border-color css

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

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

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