Html Css Color HEX #DDCB0F Sunflower

📋 copy color: '#DDCB0F'

red 221 ◦ green 203 ◦ blue 15

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

Shades of Sunflower #DDCB0F

Tints of Sunflower #DDCB0F

RGB

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

 GREEN value IS 203 (79.69% from 255) = 46.24%

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

R = 50.34%
G = 46.24%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DDCB0F (or 0xDDCB0F) is known color: Sunflower. HEX triplet: DD, CB and 0F. RGB value is (221,203,15). Sum of RGB (Red+Green+Blue) = 221+203+15=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 203 (79.69% from 255 or 46.24% from 439); Blue value is 15 (6.25% from 255 or 3.42% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCB0F is #2234F0. Grayscale: #BBBBBB. Windows color (decimal): -2241777 or 1035229. OLE color: 1035229.

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

Color convert

RGB 221 203 15 -
CMYK 0 0.08 0.93 0.13
HSL 54.76º 0.87% 0.46% -
HSV(B) 54.76º 0.93% 0.87% -
XYZ 51.26 58.12 8.97 -
YUV 186.95 30.96 152.29 -
System Red Green Blue C M Y K H S L
Decimal 221 203 15 0 0.08 0.93 0.13 54.76 0.87 0.46
Hex DD CB F 0 8 5D D 37 57 2E
Octal 335 313 17 0 10 135 15 67 127 56
Binary 11011101 11001011 1111 0 1000 1011101 1101 110111 1010111 101110

Color Harmonies of #DDCB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCB0F

Black with #DDCB0F

Text Example


Text Example

White with #DDCB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCB0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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