Html Css Color HEX #DDB114 Sunflower

📋 copy color: '#DDB114'

red 221 ◦ green 177 ◦ blue 20

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

Shades of Sunflower #DDB114

Tints of Sunflower #DDB114

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.34%

 BLUE value IS 20 (8.2% from 255) = 4.78%

R = 52.87%
G = 42.34%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DDB114 (or 0xDDB114) is known color: Sunflower. HEX triplet: DD, B1 and 14. RGB value is (221,177,20). Sum of RGB (Red+Green+Blue) = 221+177+20=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 177 (69.53% from 255 or 42.34% from 418); Blue value is 20 (8.20% from 255 or 4.78% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB114 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDB114 is #224EEB. Grayscale: #ACACAC. Windows color (decimal): -2248428 or 1356253. OLE color: 1356253.

HSL color Cylindrical-coordinate representation of color #DDB114: hue angle of 46.87º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DDB114 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 177 20 -
CMYK 0 0.20 0.91 0.13
HSL 46.87º 0.83% 0.47% -
HSV(B) 46.87º 0.91% 0.87% -
XYZ 45.67 46.87 7.3 -
YUV 172.26 42.08 162.77 -
System Red Green Blue C M Y K H S L
Decimal 221 177 20 0 0.20 0.91 0.13 46.87 0.83 0.47
Hex DD B1 14 0 14 5B D 2F 53 2F
Octal 335 261 24 0 24 133 15 57 123 57
Binary 11011101 10110001 10100 0 10100 1011011 1101 101111 1010011 101111

Color Harmonies of #DDB114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB114

Black with #DDB114

Text Example


Text Example

White with #DDB114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB114; }

 p { color: rgb(221,177,20); }

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

background-color css

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

 a { background-color: rgb(221,177,20); }

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

border-color css

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

 span { border-color: rgb(221,177,20); }

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