Html Css Color HEX #DDD60D Barberry

📋 copy color: '#DDD60D'

red 221 ◦ green 214 ◦ blue 13

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

Shades of Barberry #DDD60D

Tints of Barberry #DDD60D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.9%

R = 49.33%
G = 47.77%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DDD60D (or 0xDDD60D) is known color: Barberry. HEX triplet: DD, D6 and 0D. RGB value is (221,214,13). Sum of RGB (Red+Green+Blue) = 221+214+13=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 214 (83.98% from 255 or 47.77% from 448); Blue value is 13 (5.47% from 255 or 2.90% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD60D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD60D is #2229F2. Grayscale: #C1C1C1. Windows color (decimal): -2238963 or 906973. OLE color: 906973.

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

Color convert

RGB 221 214 13 -
CMYK 0 0.03 0.94 0.13
HSL 57.98º 0.89% 0.46% -
HSV(B) 57.98º 0.94% 0.87% -
XYZ 53.94 63.49 9.79 -
YUV 193.18 26.32 147.84 -
System Red Green Blue C M Y K H S L
Decimal 221 214 13 0 0.03 0.94 0.13 57.98 0.89 0.46
Hex DD D6 D 0 3 5E D 3A 59 2E
Octal 335 326 15 0 3 136 15 72 131 56
Binary 11011101 11010110 1101 0 11 1011110 1101 111010 1011001 101110

Color Harmonies of #DDD60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD60D

Black with #DDD60D

Text Example


Text Example

White with #DDD60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD60D; }

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

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

background-color css

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

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

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

border-color css

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

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

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