Html Css Color HEX #DDD71E Barberry

📋 copy color: '#DDD71E'

red 221 ◦ green 215 ◦ blue 30

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

Shades of Barberry #DDD71E

Tints of Barberry #DDD71E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.44%

R = 47.42%
G = 46.14%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DDD71E (or 0xDDD71E) is known color: Barberry. HEX triplet: DD, D7 and 1E. RGB value is (221,215,30). Sum of RGB (Red+Green+Blue) = 221+215+30=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 215 (84.38% from 255 or 46.14% from 466); Blue value is 30 (12.11% from 255 or 6.44% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD71E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD71E is #2228E1. Grayscale: #C4C4C4. Windows color (decimal): -2238690 or 2021341. OLE color: 2021341.

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

Color convert

RGB 221 215 30 -
CMYK 0 0.03 0.86 0.13
HSL 58.12º 0.76% 0.49% -
HSV(B) 58.12º 0.86% 0.87% -
XYZ 54.35 64.07 10.73 -
YUV 195.7 34.49 146.04 -
System Red Green Blue C M Y K H S L
Decimal 221 215 30 0 0.03 0.86 0.13 58.12 0.76 0.49
Hex DD D7 1E 0 3 56 D 3A 4C 31
Octal 335 327 36 0 3 126 15 72 114 61
Binary 11011101 11010111 11110 0 11 1010110 1101 111010 1001100 110001

Color Harmonies of #DDD71E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD71E

Black with #DDD71E

Text Example


Text Example

White with #DDD71E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD71E; }

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

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

background-color css

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

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

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

border-color css

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

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

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