Html Css Color HEX #DDCD0F Sunflower

📋 copy color: '#DDCD0F'

red 221 ◦ green 205 ◦ blue 15

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

Shades of Sunflower #DDCD0F

Tints of Sunflower #DDCD0F

RGB

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

 GREEN value IS 205 (80.47% from 255) = 46.49%

 BLUE value IS 15 (6.25% from 255) = 3.4%

R = 50.11%
G = 46.49%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DDCD0F (or 0xDDCD0F) is known color: Sunflower. HEX triplet: DD, CD and 0F. RGB value is (221,205,15). Sum of RGB (Red+Green+Blue) = 221+205+15=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 205 (80.47% from 255 or 46.49% from 441); Blue value is 15 (6.25% from 255 or 3.40% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCD0F is #2232F0. Grayscale: #BCBCBC. Windows color (decimal): -2241265 or 1035741. OLE color: 1035741.

HSL color Cylindrical-coordinate representation of color #DDCD0F: hue angle of 55.34º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DDCD0F is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 205 15 -
CMYK 0 0.07 0.93 0.13
HSL 55.34º 0.87% 0.46% -
HSV(B) 55.34º 0.93% 0.87% -
XYZ 51.74 59.07 9.13 -
YUV 188.12 30.3 151.45 -
System Red Green Blue C M Y K H S L
Decimal 221 205 15 0 0.07 0.93 0.13 55.34 0.87 0.46
Hex DD CD F 0 7 5D D 37 57 2E
Octal 335 315 17 0 7 135 15 67 127 56
Binary 11011101 11001101 1111 0 111 1011101 1101 110111 1010111 101110

Color Harmonies of #DDCD0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCD0F

Black with #DDCD0F

Text Example


Text Example

White with #DDCD0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCD0F; }

 p { color: rgb(221,205,15); }

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

background-color css

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

 a { background-color: rgb(221,205,15); }

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

border-color css

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

 span { border-color: rgb(221,205,15); }

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