Html Css Color HEX #DDD61E Barberry

📋 copy color: '#DDD61E'

red 221 ◦ green 214 ◦ blue 30

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

Shades of Barberry #DDD61E

Tints of Barberry #DDD61E

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.02%

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

R = 47.53%
G = 46.02%
B = 6.45%

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

#DDD61E (or 0xDDD61E) is known color: Barberry. HEX triplet: DD, D6 and 1E. RGB value is (221,214,30). Sum of RGB (Red+Green+Blue) = 221+214+30=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 214 (83.98% from 255 or 46.02% from 465); Blue value is 30 (12.11% from 255 or 6.45% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD61E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD61E is #2229E1. Grayscale: #C3C3C3. Windows color (decimal): -2238946 or 2021085. OLE color: 2021085.

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

Color convert

RGB 221 214 30 -
CMYK 0 0.03 0.86 0.13
HSL 57.8º 0.76% 0.49% -
HSV(B) 57.8º 0.86% 0.87% -
XYZ 54.1 63.56 10.65 -
YUV 195.12 34.82 146.46 -
System Red Green Blue C M Y K H S L
Decimal 221 214 30 0 0.03 0.86 0.13 57.8 0.76 0.49
Hex DD D6 1E 0 3 56 D 3A 4C 31
Octal 335 326 36 0 3 126 15 72 114 61
Binary 11011101 11010110 11110 0 11 1010110 1101 111010 1001100 110001

Color Harmonies of #DDD61E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD61E

Black with #DDD61E

Text Example


Text Example

White with #DDD61E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD61E; }

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

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

background-color css

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

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

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

border-color css

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

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

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