Html Css Color HEX #DDB10A Sunflower

📋 copy color: '#DDB10A'

red 221 ◦ green 177 ◦ blue 10

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

Shades of Sunflower #DDB10A

Tints of Sunflower #DDB10A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.45%

R = 54.17%
G = 43.38%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DDB10A (or 0xDDB10A) is known color: Sunflower. HEX triplet: DD, B1 and 0A. RGB value is (221,177,10). Sum of RGB (Red+Green+Blue) = 221+177+10=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 177 (69.53% from 255 or 43.38% from 408); Blue value is 10 (4.30% from 255 or 2.45% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB10A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDB10A is #224EF5. Grayscale: #ABABAB. Windows color (decimal): -2248438 or 700893. OLE color: 700893.

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

Color convert

RGB 221 177 10 -
CMYK 0 0.20 0.95 0.13
HSL 47.49º 0.91% 0.45% -
HSV(B) 47.49º 0.95% 0.87% -
XYZ 45.6 46.84 6.92 -
YUV 171.12 37.08 163.58 -
System Red Green Blue C M Y K H S L
Decimal 221 177 10 0 0.20 0.95 0.13 47.49 0.91 0.45
Hex DD B1 A 0 14 5F D 2F 5B 2D
Octal 335 261 12 0 24 137 15 57 133 55
Binary 11011101 10110001 1010 0 10100 1011111 1101 101111 1011011 101101

Color Harmonies of #DDB10A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB10A

Black with #DDB10A

Text Example


Text Example

White with #DDB10A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB10A; }

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

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

background-color css

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

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

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

border-color css

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

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

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