Html Css Color HEX #DDBD0C Sunflower

📋 copy color: '#DDBD0C'

red 221 ◦ green 189 ◦ blue 12

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

Shades of Sunflower #DDBD0C

Tints of Sunflower #DDBD0C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 44.79%

 BLUE value IS 12 (5.08% from 255) = 2.84%

R = 52.37%
G = 44.79%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DDBD0C (or 0xDDBD0C) is known color: Sunflower. HEX triplet: DD, BD and 0C. RGB value is (221,189,12). Sum of RGB (Red+Green+Blue) = 221+189+12=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 189 (74.22% from 255 or 44.79% from 422); Blue value is 12 (5.08% from 255 or 2.84% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBD0C is #2242F3. Grayscale: #B3B3B3. Windows color (decimal): -2245364 or 835037. OLE color: 835037.

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

Color convert

RGB 221 189 12 -
CMYK 0 0.14 0.95 0.13
HSL 50.81º 0.9% 0.46% -
HSV(B) 50.81º 0.95% 0.87% -
XYZ 48.08 51.79 7.81 -
YUV 178.39 34.1 158.39 -
System Red Green Blue C M Y K H S L
Decimal 221 189 12 0 0.14 0.95 0.13 50.81 0.9 0.46
Hex DD BD C 0 E 5F D 33 5A 2E
Octal 335 275 14 0 16 137 15 63 132 56
Binary 11011101 10111101 1100 0 1110 1011111 1101 110011 1011010 101110

Color Harmonies of #DDBD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBD0C

Black with #DDBD0C

Text Example


Text Example

White with #DDBD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBD0C; }

 p { color: rgb(221,189,12); }

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

background-color css

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

 a { background-color: rgb(221,189,12); }

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

border-color css

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

 span { border-color: rgb(221,189,12); }

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