Html Css Color HEX #DDCE0A Sunflower

📋 copy color: '#DDCE0A'

red 221 ◦ green 206 ◦ blue 10

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

Shades of Sunflower #DDCE0A

Tints of Sunflower #DDCE0A

RGB

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

 GREEN value IS 206 (80.86% from 255) = 47.14%

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

R = 50.57%
G = 47.14%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DDCE0A (or 0xDDCE0A) is known color: Sunflower. HEX triplet: DD, CE and 0A. RGB value is (221,206,10). Sum of RGB (Red+Green+Blue) = 221+206+10=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 206 (80.86% from 255 or 47.14% from 437); Blue value is 10 (4.30% from 255 or 2.29% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCE0A is #2231F5. Grayscale: #BCBCBC. Windows color (decimal): -2241014 or 708317. OLE color: 708317.

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

Color convert

RGB 221 206 10 -
CMYK 0 0.07 0.95 0.13
HSL 55.73º 0.91% 0.45% -
HSV(B) 55.73º 0.95% 0.87% -
XYZ 51.94 59.54 9.04 -
YUV 188.14 27.47 151.44 -
System Red Green Blue C M Y K H S L
Decimal 221 206 10 0 0.07 0.95 0.13 55.73 0.91 0.45
Hex DD CE A 0 7 5F D 38 5B 2D
Octal 335 316 12 0 7 137 15 70 133 55
Binary 11011101 11001110 1010 0 111 1011111 1101 111000 1011011 101101

Color Harmonies of #DDCE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCE0A

Black with #DDCE0A

Text Example


Text Example

White with #DDCE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCE0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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