Html Css Color HEX #DDB612 Sunflower

📋 copy color: '#DDB612'

red 221 ◦ green 182 ◦ blue 18

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

Shades of Sunflower #DDB612

Tints of Sunflower #DDB612

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.23%

 BLUE value IS 18 (7.42% from 255) = 4.28%

R = 52.49%
G = 43.23%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DDB612 (or 0xDDB612) is known color: Sunflower. HEX triplet: DD, B6 and 12. RGB value is (221,182,18). Sum of RGB (Red+Green+Blue) = 221+182+18=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 182 (71.48% from 255 or 43.23% from 421); Blue value is 18 (7.42% from 255 or 4.28% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB612 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB612 is #2249ED. Grayscale: #AFAFAF. Windows color (decimal): -2247150 or 1226461. OLE color: 1226461.

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

Color convert

RGB 221 182 18 -
CMYK 0 0.18 0.92 0.13
HSL 48.47º 0.85% 0.47% -
HSV(B) 48.47º 0.92% 0.87% -
XYZ 46.66 48.87 7.55 -
YUV 174.97 39.42 160.84 -
System Red Green Blue C M Y K H S L
Decimal 221 182 18 0 0.18 0.92 0.13 48.47 0.85 0.47
Hex DD B6 12 0 12 5C D 30 55 2F
Octal 335 266 22 0 22 134 15 60 125 57
Binary 11011101 10110110 10010 0 10010 1011100 1101 110000 1010101 101111

Color Harmonies of #DDB612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB612

Black with #DDB612

Text Example


Text Example

White with #DDB612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB612; }

 p { color: rgb(221,182,18); }

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

background-color css

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

 a { background-color: rgb(221,182,18); }

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

border-color css

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

 span { border-color: rgb(221,182,18); }

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