Html Css Color HEX #DCBD24 Sunflower

📋 copy color: '#DCBD24'

red 220 ◦ green 189 ◦ blue 36

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

Shades of Sunflower #DCBD24

Tints of Sunflower #DCBD24

RGB

 RED value IS 220 (86.33% from 255) = 49.44%

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

 BLUE value IS 36 (14.45% from 255) = 8.09%

R = 49.44%
G = 42.47%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DCBD24 (or 0xDCBD24) is known color: Sunflower. HEX triplet: DC, BD and 24. RGB value is (220,189,36). Sum of RGB (Red+Green+Blue) = 220+189+36=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 189 (74.22% from 255 or 42.47% from 445); Blue value is 36 (14.45% from 255 or 8.09% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBD24 is #2342DB. Grayscale: #B5B5B5. Windows color (decimal): -2310876 or 2407900. OLE color: 2407900.

HSL color Cylindrical-coordinate representation of color #DCBD24: hue angle of 49.89º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DCBD24 is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 189 36 -
CMYK 0 0.14 0.84 0.14
HSL 49.89º 0.72% 0.5% -
HSV(B) 49.89º 0.84% 0.86% -
XYZ 48.03 51.74 9.12 -
YUV 180.83 46.27 155.94 -
System Red Green Blue C M Y K H S L
Decimal 220 189 36 0 0.14 0.84 0.14 49.89 0.72 0.5
Hex DC BD 24 0 E 54 E 32 48 32
Octal 334 275 44 0 16 124 16 62 110 62
Binary 11011100 10111101 100100 0 1110 1010100 1110 110010 1001000 110010

Color Harmonies of #DCBD24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBD24

Black with #DCBD24

Text Example


Text Example

White with #DCBD24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBD24; }

 p { color: rgb(220,189,36); }

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

background-color css

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

 a { background-color: rgb(220,189,36); }

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

border-color css

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

 span { border-color: rgb(220,189,36); }

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