Html Css Color HEX #DDC627 Barberry

📋 copy color: '#DDC627'

red 221 ◦ green 198 ◦ blue 39

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

Shades of Barberry #DDC627

Tints of Barberry #DDC627

RGB

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

 GREEN value IS 198 (77.73% from 255) = 43.23%

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

R = 48.25%
G = 43.23%
B = 8.52%

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

#DDC627 (or 0xDDC627) is known color: Barberry. HEX triplet: DD, C6 and 27. RGB value is (221,198,39). Sum of RGB (Red+Green+Blue) = 221+198+39=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 198 (77.73% from 255 or 43.23% from 458); Blue value is 39 (15.62% from 255 or 8.52% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC627 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC627 is #2239D8. Grayscale: #BBBBBB. Windows color (decimal): -2243033 or 2606813. OLE color: 2606813.

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

Color convert

RGB 221 198 39 -
CMYK 0 0.10 0.82 0.13
HSL 52.42º 0.73% 0.51% -
HSV(B) 52.42º 0.82% 0.87% -
XYZ 50.38 55.91 10.06 -
YUV 186.75 44.62 152.43 -
System Red Green Blue C M Y K H S L
Decimal 221 198 39 0 0.10 0.82 0.13 52.42 0.73 0.51
Hex DD C6 27 0 A 52 D 34 49 33
Octal 335 306 47 0 12 122 15 64 111 63
Binary 11011101 11000110 100111 0 1010 1010010 1101 110100 1001001 110011

Color Harmonies of #DDC627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC627

Black with #DDC627

Text Example


Text Example

White with #DDC627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC627; }

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

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

background-color css

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

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

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

border-color css

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

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

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