Html Css Color HEX #DDD71C Barberry

📋 copy color: '#DDD71C'

red 221 ◦ green 215 ◦ blue 28

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

Shades of Barberry #DDD71C

Tints of Barberry #DDD71C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.34%

 BLUE value IS 28 (11.33% from 255) = 6.03%

R = 47.63%
G = 46.34%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DDD71C (or 0xDDD71C) is known color: Barberry. HEX triplet: DD, D7 and 1C. RGB value is (221,215,28). Sum of RGB (Red+Green+Blue) = 221+215+28=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 215 (84.38% from 255 or 46.34% from 464); Blue value is 28 (11.33% from 255 or 6.03% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD71C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD71C is #2228E3. Grayscale: #C4C4C4. Windows color (decimal): -2238692 or 1890269. OLE color: 1890269.

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

Color convert

RGB 221 215 28 -
CMYK 0 0.03 0.87 0.13
HSL 58.13º 0.78% 0.49% -
HSV(B) 58.13º 0.87% 0.87% -
XYZ 54.33 64.06 10.6 -
YUV 195.48 33.49 146.21 -
System Red Green Blue C M Y K H S L
Decimal 221 215 28 0 0.03 0.87 0.13 58.13 0.78 0.49
Hex DD D7 1C 0 3 57 D 3A 4E 31
Octal 335 327 34 0 3 127 15 72 116 61
Binary 11011101 11010111 11100 0 11 1010111 1101 111010 1001110 110001

Color Harmonies of #DDD71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD71C

Black with #DDD71C

Text Example


Text Example

White with #DDD71C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD71C; }

 p { color: rgb(221,215,28); }

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

background-color css

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

 a { background-color: rgb(221,215,28); }

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

border-color css

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

 span { border-color: rgb(221,215,28); }

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