Html Css Color HEX #DDBD1A Sunflower

📋 copy color: '#DDBD1A'

red 221 ◦ green 189 ◦ blue 26

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

Shades of Sunflower #DDBD1A

Tints of Sunflower #DDBD1A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.35%

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

R = 50.69%
G = 43.35%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DDBD1A (or 0xDDBD1A) is known color: Sunflower. HEX triplet: DD, BD and 1A. RGB value is (221,189,26). Sum of RGB (Red+Green+Blue) = 221+189+26=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 189 (74.22% from 255 or 43.35% from 436); Blue value is 26 (10.55% from 255 or 5.96% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBD1A is #2242E5. Grayscale: #B4B4B4. Windows color (decimal): -2245350 or 1752541. OLE color: 1752541.

HSL color Cylindrical-coordinate representation of color #DDBD1A: hue angle of 50.15º 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 #DDBD1A is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 189 26 -
CMYK 0 0.14 0.88 0.13
HSL 50.15º 0.79% 0.48% -
HSV(B) 50.15º 0.88% 0.87% -
XYZ 48.2 51.84 8.44 -
YUV 179.99 41.1 157.25 -
System Red Green Blue C M Y K H S L
Decimal 221 189 26 0 0.14 0.88 0.13 50.15 0.79 0.48
Hex DD BD 1A 0 E 58 D 32 4F 30
Octal 335 275 32 0 16 130 15 62 117 60
Binary 11011101 10111101 11010 0 1110 1011000 1101 110010 1001111 110000

Color Harmonies of #DDBD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBD1A

Black with #DDBD1A

Text Example


Text Example

White with #DDBD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBD1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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