Html Css Color HEX #DDCE24 Barberry

📋 copy color: '#DDCE24'

red 221 ◦ green 206 ◦ blue 36

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

Shades of Barberry #DDCE24

Tints of Barberry #DDCE24

RGB

 RED value IS 221 (86.72% from 255) = 47.73%

 GREEN value IS 206 (80.86% from 255) = 44.49%

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

R = 47.73%
G = 44.49%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DDCE24 (or 0xDDCE24) is known color: Barberry. HEX triplet: DD, CE and 24. RGB value is (221,206,36). Sum of RGB (Red+Green+Blue) = 221+206+36=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 206 (80.86% from 255 or 44.49% from 463); Blue value is 36 (14.45% from 255 or 7.78% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCE24 is #2231DB. Grayscale: #BFBFBF. Windows color (decimal): -2240988 or 2412253. OLE color: 2412253.

HSL color Cylindrical-coordinate representation of color #DDCE24: hue angle of 55.14º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DDCE24 is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 206 36 -
CMYK 0 0.07 0.84 0.13
HSL 55.14º 0.73% 0.5% -
HSV(B) 55.14º 0.84% 0.87% -
XYZ 52.21 59.64 10.43 -
YUV 191.11 40.47 149.32 -
System Red Green Blue C M Y K H S L
Decimal 221 206 36 0 0.07 0.84 0.13 55.14 0.73 0.5
Hex DD CE 24 0 7 54 D 37 49 32
Octal 335 316 44 0 7 124 15 67 111 62
Binary 11011101 11001110 100100 0 111 1010100 1101 110111 1001001 110010

Color Harmonies of #DDCE24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCE24

Black with #DDCE24

Text Example


Text Example

White with #DDCE24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCE24; }

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

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

background-color css

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

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

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

border-color css

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

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

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