Html Css Color HEX #DDD618 Barberry

📋 copy color: '#DDD618'

red 221 ◦ green 214 ◦ blue 24

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

Shades of Barberry #DDD618

Tints of Barberry #DDD618

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.62%

 BLUE value IS 24 (9.77% from 255) = 5.23%

R = 48.15%
G = 46.62%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DDD618 (or 0xDDD618) is known color: Barberry. HEX triplet: DD, D6 and 18. RGB value is (221,214,24). Sum of RGB (Red+Green+Blue) = 221+214+24=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 214 (83.98% from 255 or 46.62% from 459); Blue value is 24 (9.77% from 255 or 5.23% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD618 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD618 is #2229E7. Grayscale: #C3C3C3. Windows color (decimal): -2238952 or 1627869. OLE color: 1627869.

HSL color Cylindrical-coordinate representation of color #DDD618: hue angle of 57.87º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DDD618 is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 214 24 -
CMYK 0 0.03 0.89 0.13
HSL 57.87º 0.8% 0.48% -
HSV(B) 57.87º 0.89% 0.87% -
XYZ 54.03 63.53 10.28 -
YUV 194.43 31.82 146.95 -
System Red Green Blue C M Y K H S L
Decimal 221 214 24 0 0.03 0.89 0.13 57.87 0.8 0.48
Hex DD D6 18 0 3 59 D 3A 50 30
Octal 335 326 30 0 3 131 15 72 120 60
Binary 11011101 11010110 11000 0 11 1011001 1101 111010 1010000 110000

Color Harmonies of #DDD618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD618

Black with #DDD618

Text Example


Text Example

White with #DDD618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD618; }

 p { color: rgb(221,214,24); }

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

background-color css

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

 a { background-color: rgb(221,214,24); }

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

border-color css

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

 span { border-color: rgb(221,214,24); }

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