Html Css Color HEX #DDCE0B Sunflower

📋 copy color: '#DDCE0B'

red 221 ◦ green 206 ◦ blue 11

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

Shades of Sunflower #DDCE0B

Tints of Sunflower #DDCE0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.51%

R = 50.46%
G = 47.03%
B = 2.51%

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

#DDCE0B (or 0xDDCE0B) is known color: Sunflower. HEX triplet: DD, CE and 0B. RGB value is (221,206,11). Sum of RGB (Red+Green+Blue) = 221+206+11=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 206 (80.86% from 255 or 47.03% from 438); Blue value is 11 (4.69% from 255 or 2.51% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCE0B is #2231F4. Grayscale: #BDBDBD. Windows color (decimal): -2241013 or 773853. OLE color: 773853.

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

Color convert

RGB 221 206 11 -
CMYK 0 0.07 0.95 0.13
HSL 55.71º 0.91% 0.45% -
HSV(B) 55.71º 0.95% 0.87% -
XYZ 51.95 59.54 9.07 -
YUV 188.26 27.97 151.36 -
System Red Green Blue C M Y K H S L
Decimal 221 206 11 0 0.07 0.95 0.13 55.71 0.91 0.45
Hex DD CE B 0 7 5F D 38 5B 2D
Octal 335 316 13 0 7 137 15 70 133 55
Binary 11011101 11001110 1011 0 111 1011111 1101 111000 1011011 101101

Color Harmonies of #DDCE0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCE0B

Black with #DDCE0B

Text Example


Text Example

White with #DDCE0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCE0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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