Html Css Color HEX #DDD61C Barberry

📋 copy color: '#DDD61C'

red 221 ◦ green 214 ◦ blue 28

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

Shades of Barberry #DDD61C

Tints of Barberry #DDD61C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.22%

 BLUE value IS 28 (11.33% from 255) = 6.05%

R = 47.73%
G = 46.22%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DDD61C (or 0xDDD61C) is known color: Barberry. HEX triplet: DD, D6 and 1C. RGB value is (221,214,28). Sum of RGB (Red+Green+Blue) = 221+214+28=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 214 (83.98% from 255 or 46.22% from 463); Blue value is 28 (11.33% from 255 or 6.05% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD61C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD61C is #2229E3. Grayscale: #C3C3C3. Windows color (decimal): -2238948 or 1890013. OLE color: 1890013.

HSL color Cylindrical-coordinate representation of color #DDD61C: hue angle of 57.82º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DDD61C is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 214 28 -
CMYK 0 0.03 0.87 0.13
HSL 57.82º 0.78% 0.49% -
HSV(B) 57.82º 0.87% 0.87% -
XYZ 54.07 63.55 10.51 -
YUV 194.89 33.82 146.62 -
System Red Green Blue C M Y K H S L
Decimal 221 214 28 0 0.03 0.87 0.13 57.82 0.78 0.49
Hex DD D6 1C 0 3 57 D 3A 4E 31
Octal 335 326 34 0 3 127 15 72 116 61
Binary 11011101 11010110 11100 0 11 1010111 1101 111010 1001110 110001

Color Harmonies of #DDD61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD61C

Black with #DDD61C

Text Example


Text Example

White with #DDD61C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD61C; }

 p { color: rgb(221,214,28); }

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

background-color css

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

 a { background-color: rgb(221,214,28); }

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

border-color css

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

 span { border-color: rgb(221,214,28); }

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