Html Css Color HEX #DDC727 Barberry

📋 copy color: '#DDC727'

red 221 ◦ green 199 ◦ blue 39

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

Shades of Barberry #DDC727

Tints of Barberry #DDC727

RGB

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

 GREEN value IS 199 (78.13% from 255) = 43.36%

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

R = 48.15%
G = 43.36%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DDC727 (or 0xDDC727) is known color: Barberry. HEX triplet: DD, C7 and 27. RGB value is (221,199,39). Sum of RGB (Red+Green+Blue) = 221+199+39=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 199 (78.12% from 255 or 43.36% from 459); Blue value is 39 (15.62% from 255 or 8.50% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC727 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC727 is #2238D8. Grayscale: #BBBBBB. Windows color (decimal): -2242777 or 2607069. OLE color: 2607069.

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

Color convert

RGB 221 199 39 -
CMYK 0 0.10 0.82 0.13
HSL 52.75º 0.73% 0.51% -
HSV(B) 52.75º 0.82% 0.87% -
XYZ 50.61 56.37 10.13 -
YUV 187.34 44.29 152.01 -
System Red Green Blue C M Y K H S L
Decimal 221 199 39 0 0.10 0.82 0.13 52.75 0.73 0.51
Hex DD C7 27 0 A 52 D 35 49 33
Octal 335 307 47 0 12 122 15 65 111 63
Binary 11011101 11000111 100111 0 1010 1010010 1101 110101 1001001 110011

Color Harmonies of #DDC727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC727

Black with #DDC727

Text Example


Text Example

White with #DDC727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC727; }

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

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

background-color css

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

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

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

border-color css

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

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

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