Html Css Color HEX #DDD912 Barberry

📋 copy color: '#DDD912'

red 221 ◦ green 217 ◦ blue 18

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

Shades of Barberry #DDD912

Tints of Barberry #DDD912

RGB

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

 GREEN value IS 217 (85.16% from 255) = 47.59%

 BLUE value IS 18 (7.42% from 255) = 3.95%

R = 48.46%
G = 47.59%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DDD912 (or 0xDDD912) is known color: Barberry. HEX triplet: DD, D9 and 12. RGB value is (221,217,18). Sum of RGB (Red+Green+Blue) = 221+217+18=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 217 (85.16% from 255 or 47.59% from 456); Blue value is 18 (7.42% from 255 or 3.95% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD912 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD912 is #2226ED. Grayscale: #C4C4C4. Windows color (decimal): -2238190 or 1235421. OLE color: 1235421.

HSL color Cylindrical-coordinate representation of color #DDD912: hue angle of 58.82º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DDD912 is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 217 18 -
CMYK 0 0.02 0.92 0.13
HSL 58.82º 0.85% 0.47% -
HSV(B) 58.82º 0.92% 0.87% -
XYZ 54.74 65.04 10.24 -
YUV 195.51 27.83 146.18 -
System Red Green Blue C M Y K H S L
Decimal 221 217 18 0 0.02 0.92 0.13 58.82 0.85 0.47
Hex DD D9 12 0 2 5C D 3B 55 2F
Octal 335 331 22 0 2 134 15 73 125 57
Binary 11011101 11011001 10010 0 10 1011100 1101 111011 1010101 101111

Color Harmonies of #DDD912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD912

Black with #DDD912

Text Example


Text Example

White with #DDD912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD912; }

 p { color: rgb(221,217,18); }

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

background-color css

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

 a { background-color: rgb(221,217,18); }

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

border-color css

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

 span { border-color: rgb(221,217,18); }

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