Html Css Color HEX #DDC927 Barberry

📋 copy color: '#DDC927'

red 221 ◦ green 201 ◦ blue 39

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

Shades of Barberry #DDC927

Tints of Barberry #DDC927

RGB

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

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

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

R = 47.94%
G = 43.6%
B = 8.46%

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

#DDC927 (or 0xDDC927) is known color: Barberry. HEX triplet: DD, C9 and 27. RGB value is (221,201,39). Sum of RGB (Red+Green+Blue) = 221+201+39=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 201 (78.91% from 255 or 43.60% from 461); Blue value is 39 (15.62% from 255 or 8.46% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC927 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC927 is #2236D8. Grayscale: #BDBDBD. Windows color (decimal): -2242265 or 2607581. OLE color: 2607581.

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

Color convert

RGB 221 201 39 -
CMYK 0 0.09 0.82 0.13
HSL 53.41º 0.73% 0.51% -
HSV(B) 53.41º 0.82% 0.87% -
XYZ 51.07 57.29 10.29 -
YUV 188.51 43.63 151.17 -
System Red Green Blue C M Y K H S L
Decimal 221 201 39 0 0.09 0.82 0.13 53.41 0.73 0.51
Hex DD C9 27 0 9 52 D 35 49 33
Octal 335 311 47 0 11 122 15 65 111 63
Binary 11011101 11001001 100111 0 1001 1010010 1101 110101 1001001 110011

Color Harmonies of #DDC927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC927

Black with #DDC927

Text Example


Text Example

White with #DDC927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC927; }

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

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

background-color css

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

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

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

border-color css

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

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

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