Html Css Color HEX #DDC928 Barberry

📋 copy color: '#DDC928'

red 221 ◦ green 201 ◦ blue 40

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

Shades of Barberry #DDC928

Tints of Barberry #DDC928

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.51%

 BLUE value IS 40 (16.02% from 255) = 8.66%

R = 47.84%
G = 43.51%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DDC928 (or 0xDDC928) is known color: Barberry. HEX triplet: DD, C9 and 28. RGB value is (221,201,40). Sum of RGB (Red+Green+Blue) = 221+201+40=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 201 (78.91% from 255 or 43.51% from 462); Blue value is 40 (16.02% from 255 or 8.66% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC928 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC928 is #2236D7. Grayscale: #BDBDBD. Windows color (decimal): -2242264 or 2673117. OLE color: 2673117.

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

Color convert

RGB 221 201 40 -
CMYK 0 0.09 0.82 0.13
HSL 53.37º 0.73% 0.51% -
HSV(B) 53.37º 0.82% 0.87% -
XYZ 51.09 57.3 10.37 -
YUV 188.63 44.13 151.09 -
System Red Green Blue C M Y K H S L
Decimal 221 201 40 0 0.09 0.82 0.13 53.37 0.73 0.51
Hex DD C9 28 0 9 52 D 35 49 33
Octal 335 311 50 0 11 122 15 65 111 63
Binary 11011101 11001001 101000 0 1001 1010010 1101 110101 1001001 110011

Color Harmonies of #DDC928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC928

Black with #DDC928

Text Example


Text Example

White with #DDC928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC928; }

 p { color: rgb(221,201,40); }

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

background-color css

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

 a { background-color: rgb(221,201,40); }

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

border-color css

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

 span { border-color: rgb(221,201,40); }

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