Html Css Color HEX #DDDA1E Barberry

📋 copy color: '#DDDA1E'

red 221 ◦ green 218 ◦ blue 30

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

Shades of Barberry #DDDA1E

Tints of Barberry #DDDA1E

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.48%

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

R = 47.12%
G = 46.48%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DDDA1E (or 0xDDDA1E) is known color: Barberry. HEX triplet: DD, DA and 1E. RGB value is (221,218,30). Sum of RGB (Red+Green+Blue) = 221+218+30=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 218 (85.55% from 255 or 46.48% from 469); Blue value is 30 (12.11% from 255 or 6.40% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDA1E is #2225E1. Grayscale: #C6C6C6. Windows color (decimal): -2237922 or 2022109. OLE color: 2022109.

HSL color Cylindrical-coordinate representation of color #DDDA1E: hue angle of 59.06º 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 #DDDA1E is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 218 30 -
CMYK 0 0.01 0.86 0.13
HSL 59.06º 0.76% 0.49% -
HSV(B) 59.06º 0.86% 0.87% -
XYZ 55.12 65.61 10.99 -
YUV 197.47 33.49 144.79 -
System Red Green Blue C M Y K H S L
Decimal 221 218 30 0 0.01 0.86 0.13 59.06 0.76 0.49
Hex DD DA 1E 0 1 56 D 3B 4C 31
Octal 335 332 36 0 1 126 15 73 114 61
Binary 11011101 11011010 11110 0 1 1010110 1101 111011 1001100 110001

Color Harmonies of #DDDA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDA1E

Black with #DDDA1E

Text Example


Text Example

White with #DDDA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDA1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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