Html Css Color HEX #DDD70C Barberry

📋 copy color: '#DDD70C'

red 221 ◦ green 215 ◦ blue 12

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

Shades of Barberry #DDD70C

Tints of Barberry #DDD70C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 47.99%

 BLUE value IS 12 (5.08% from 255) = 2.68%

R = 49.33%
G = 47.99%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DDD70C (or 0xDDD70C) is known color: Barberry. HEX triplet: DD, D7 and 0C. RGB value is (221,215,12). Sum of RGB (Red+Green+Blue) = 221+215+12=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 215 (84.38% from 255 or 47.99% from 448); Blue value is 12 (5.08% from 255 or 2.68% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD70C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD70C is #2228F3. Grayscale: #C2C2C2. Windows color (decimal): -2238708 or 841693. OLE color: 841693.

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

Color convert

RGB 221 215 12 -
CMYK 0 0.03 0.95 0.13
HSL 58.28º 0.9% 0.46% -
HSV(B) 58.28º 0.95% 0.87% -
XYZ 54.19 64 9.85 -
YUV 193.65 25.49 147.51 -
System Red Green Blue C M Y K H S L
Decimal 221 215 12 0 0.03 0.95 0.13 58.28 0.9 0.46
Hex DD D7 C 0 3 5F D 3A 5A 2E
Octal 335 327 14 0 3 137 15 72 132 56
Binary 11011101 11010111 1100 0 11 1011111 1101 111010 1011010 101110

Color Harmonies of #DDD70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD70C

Black with #DDD70C

Text Example


Text Example

White with #DDD70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD70C; }

 p { color: rgb(221,215,12); }

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

background-color css

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

 a { background-color: rgb(221,215,12); }

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

border-color css

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

 span { border-color: rgb(221,215,12); }

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