Html Css Color HEX #DDD71D Barberry

📋 copy color: '#DDD71D'

red 221 ◦ green 215 ◦ blue 29

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

Shades of Barberry #DDD71D

Tints of Barberry #DDD71D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.24%

R = 47.53%
G = 46.24%
B = 6.24%

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

#DDD71D (or 0xDDD71D) is known color: Barberry. HEX triplet: DD, D7 and 1D. RGB value is (221,215,29). Sum of RGB (Red+Green+Blue) = 221+215+29=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 215 (84.38% from 255 or 46.24% from 465); Blue value is 29 (11.72% from 255 or 6.24% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD71D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD71D is #2228E2. Grayscale: #C4C4C4. Windows color (decimal): -2238691 or 1955805. OLE color: 1955805.

HSL color Cylindrical-coordinate representation of color #DDD71D: hue angle of 58.12º degrees, saturation: 0.77, 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 #DDD71D is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 215 29 -
CMYK 0 0.03 0.87 0.13
HSL 58.13º 0.77% 0.49% -
HSV(B) 58.13º 0.87% 0.87% -
XYZ 54.34 64.06 10.66 -
YUV 195.59 33.99 146.12 -
System Red Green Blue C M Y K H S L
Decimal 221 215 29 0 0.03 0.87 0.13 58.13 0.77 0.49
Hex DD D7 1D 0 3 57 D 3A 4D 31
Octal 335 327 35 0 3 127 15 72 115 61
Binary 11011101 11010111 11101 0 11 1010111 1101 111010 1001101 110001

Color Harmonies of #DDD71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD71D

Black with #DDD71D

Text Example


Text Example

White with #DDD71D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD71D; }

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

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

background-color css

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

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

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

border-color css

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

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

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