Html Css Color HEX #DDBC1A Sunflower

📋 copy color: '#DDBC1A'

red 221 ◦ green 188 ◦ blue 26

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

Shades of Sunflower #DDBC1A

Tints of Sunflower #DDBC1A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.22%

 BLUE value IS 26 (10.55% from 255) = 5.98%

R = 50.8%
G = 43.22%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DDBC1A (or 0xDDBC1A) is known color: Sunflower. HEX triplet: DD, BC and 1A. RGB value is (221,188,26). Sum of RGB (Red+Green+Blue) = 221+188+26=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 26 (10.55% from 255 or 5.98% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBC1A is #2243E5. Grayscale: #B4B4B4. Windows color (decimal): -2245606 or 1752285. OLE color: 1752285.

HSL color Cylindrical-coordinate representation of color #DDBC1A: hue angle of 49.85º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DDBC1A is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 188 26 -
CMYK 0 0.15 0.88 0.13
HSL 49.85º 0.79% 0.48% -
HSV(B) 49.85º 0.88% 0.87% -
XYZ 47.99 51.41 8.37 -
YUV 179.4 41.43 157.67 -
System Red Green Blue C M Y K H S L
Decimal 221 188 26 0 0.15 0.88 0.13 49.85 0.79 0.48
Hex DD BC 1A 0 F 58 D 32 4F 30
Octal 335 274 32 0 17 130 15 62 117 60
Binary 11011101 10111100 11010 0 1111 1011000 1101 110010 1001111 110000

Color Harmonies of #DDBC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBC1A

Black with #DDBC1A

Text Example


Text Example

White with #DDBC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBC1A; }

 p { color: rgb(221,188,26); }

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

background-color css

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

 a { background-color: rgb(221,188,26); }

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

border-color css

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

 span { border-color: rgb(221,188,26); }

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