Html Css Color HEX #DDC62C Barberry

📋 copy color: '#DDC62C'

red 221 ◦ green 198 ◦ blue 44

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

Shades of Barberry #DDC62C

Tints of Barberry #DDC62C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.5%

R = 47.73%
G = 42.76%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DDC62C (or 0xDDC62C) is known color: Barberry. HEX triplet: DD, C6 and 2C. RGB value is (221,198,44). Sum of RGB (Red+Green+Blue) = 221+198+44=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 198 (77.73% from 255 or 42.76% from 463); Blue value is 44 (17.58% from 255 or 9.50% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC62C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC62C is #2239D3. Grayscale: #BBBBBB. Windows color (decimal): -2243028 or 2934493. OLE color: 2934493.

HSL color Cylindrical-coordinate representation of color #DDC62C: hue angle of 52.2º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DDC62C is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 198 44 -
CMYK 0 0.10 0.80 0.13
HSL 52.2º 0.72% 0.52% -
HSV(B) 52.2º 0.8% 0.87% -
XYZ 50.47 55.94 10.52 -
YUV 187.32 47.12 152.02 -
System Red Green Blue C M Y K H S L
Decimal 221 198 44 0 0.10 0.80 0.13 52.2 0.72 0.52
Hex DD C6 2C 0 A 50 D 34 48 34
Octal 335 306 54 0 12 120 15 64 110 64
Binary 11011101 11000110 101100 0 1010 1010000 1101 110100 1001000 110100

Color Harmonies of #DDC62C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC62C

Black with #DDC62C

Text Example


Text Example

White with #DDC62C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC62C; }

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

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

background-color css

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

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

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

border-color css

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

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

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