Html Css Color HEX #DDD027 Barberry

📋 copy color: '#DDD027'

red 221 ◦ green 208 ◦ blue 39

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

Shades of Barberry #DDD027

Tints of Barberry #DDD027

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.44%

 BLUE value IS 39 (15.63% from 255) = 8.33%

R = 47.22%
G = 44.44%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DDD027 (or 0xDDD027) is known color: Barberry. HEX triplet: DD, D0 and 27. RGB value is (221,208,39). Sum of RGB (Red+Green+Blue) = 221+208+39=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 208 (81.64% from 255 or 44.44% from 468); Blue value is 39 (15.62% from 255 or 8.33% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD027 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD027 is #222FD8. Grayscale: #C1C1C1. Windows color (decimal): -2240473 or 2609373. OLE color: 2609373.

HSL color Cylindrical-coordinate representation of color #DDD027: hue angle of 55.71º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DDD027 is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 208 39 -
CMYK 0 0.06 0.82 0.13
HSL 55.71º 0.73% 0.51% -
HSV(B) 55.71º 0.82% 0.87% -
XYZ 52.74 60.63 10.84 -
YUV 192.62 41.31 148.24 -
System Red Green Blue C M Y K H S L
Decimal 221 208 39 0 0.06 0.82 0.13 55.71 0.73 0.51
Hex DD D0 27 0 6 52 D 38 49 33
Octal 335 320 47 0 6 122 15 70 111 63
Binary 11011101 11010000 100111 0 110 1010010 1101 111000 1001001 110011

Color Harmonies of #DDD027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD027

Black with #DDD027

Text Example


Text Example

White with #DDD027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD027; }

 p { color: rgb(221,208,39); }

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

background-color css

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

 a { background-color: rgb(221,208,39); }

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

border-color css

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

 span { border-color: rgb(221,208,39); }

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